summaryrefslogtreecommitdiffstats
path: root/sys/security/mac
Commit message (Expand)AuthorAgeFilesLines
* Implement MAC entry points relating to System V IPC, calling into therwatson2004-11-173-0/+592
* Define new MAC framework and policy entry points for System V IPCrwatson2004-11-172-1/+129
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIrwatson2004-11-093-3/+3
* Disable use of synchronization early in the boot by the MAC Framework;rwatson2004-10-302-0/+42
* Expand comments on various sections of the MAC Framework Policy API,rwatson2004-10-221-4/+15
* In the MAC label zone destructor, assert that the label is onlyrwatson2004-10-221-1/+3
* Remove extern declaration of mac_enforce_sysv, as it's not present inrwatson2004-10-221-1/+0
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-3/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-152-0/+2
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-242-0/+40
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-3/+4
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-8/+57
* add missing #include <sys/module.h>phk2004-05-302-0/+2
* Improve consistency of include file guards in src/sys/sys by terminatingrwatson2004-05-102-6/+6
* If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tagrwatson2004-05-031-1/+4
* Add /* !MAC */ to final #endif.rwatson2004-05-032-2/+2
* Bump copyright date for NETA to 2004.rwatson2004-05-032-2/+2
* Add MAC_STATIC, a kernel option that disables internal MAC Frameworkrwatson2004-05-032-0/+50
* Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.rwatson2004-02-291-0/+4
* Forward declare struct proc, struct sockaddr, and struct thread, whichrwatson2004-02-261-0/+3
* Forward declare struct bpf_d, struct ifnet, struct image_params, andrwatson2004-02-261-1/+5
* Move inet and inet6 related MAC Framework entry points from mac_net.crwatson2004-02-264-655/+807
* Reimplement sysctls handling by MAC framework.pjd2004-02-223-10/+12
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-228-16/+16
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-015-63/+65
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-173-0/+15
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-063-5/+5
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-183-1/+115
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-165-7/+79
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-161-0/+1
* Abstract the label checking and setting logic fromrwatson2003-11-162-13/+24
* Reduce gratuitous redundancy and length in function names:rwatson2003-11-162-8/+6
* Whitespace fix.rwatson2003-11-161-2/+2
* Reduced prequisites by only using MALLOC_DECLARE() if it is defined.bde2003-11-141-0/+4
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutrwatson2003-11-122-74/+30
* GC prototype for mac_destroy_vnode_label(), missed in last commit.rwatson2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-1210-359/+579
* Whitespace sync to MAC branch, expand comment at the head of the file.rwatson2003-11-112-6/+18
* When allocation of a socket peer label fails, scrub what wasrwatson2003-11-071-1/+1
* Trim trailing whitespace.rwatson2003-11-071-2/+2
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-067-24/+24
* Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the objectrwatson2003-10-255-15/+15
* Sort type declarations together.rwatson2003-10-251-6/+1
* mac_Finish break-out of kern_mac.c into parts:rwatson2003-10-222-5512/+10
* Variable cleanup following break-out of kern_mac.c into sys/security/mac:rwatson2003-10-222-32/+20
* Rename error_select() to mac_error_select(), and unstaticize so itrwatson2003-10-222-10/+8
* Remove non-VFS related code from mac_vfs.c. Leave:rwatson2003-10-221-2987/+5
* Remove non-system bits from mac_system.c. Leave:rwatson2003-10-221-3692/+2
* Remove non-credential/process-related bits from mac_process.c. Leave:rwatson2003-10-221-3473/+8
* Remove non-pipe code from mac_pipe.c. Leave:rwatson2003-10-221-3712/+5
OpenPOWER on IntegriCloud