summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_stub
Commit message (Expand)AuthorAgeFilesLines
* Resort TrustedBSD MAC Framework policy entry point implementations andrwatson2007-10-291-478/+491
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-281-9/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-12/+22
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-8/+32
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-4/+4
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-251-6/+6
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-251-7/+7
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-251-2/+2
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-251-5/+5
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-369/+369
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-211-14/+14
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-101-10/+10
* Add a new MAC framework and policy entry point,rwatson2007-06-261-0/+8
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-231-4/+4
* Apply variable name normalization to MAC policies: adopt global conventionsrwatson2007-04-231-141/+138
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-7/+5
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-32/+0
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-4/+45
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-1/+0
* Teach the stub policy about some of the more recent entry points that havecsjp2007-01-011-0/+57
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-1/+1
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-2/+1
* Add stub entry point implementations of mpo_priv_check and mpo_priv_grant torwatson2006-11-061-0/+16
* Add #include <sys/sx.h>, devfs is going to require this shortly.phk2005-09-191-0/+1
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-191-8/+0
* Remove duplicate initialization of mpo_create_stub pointer.rwatson2005-07-211-1/+0
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-2/+2
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-9/+0
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-051-0/+13
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-071-6/+6
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+66
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-181-0/+8
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-161-0/+44
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-161-0/+75
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-1/+1
* Remove policy references to mpo_check_vnode_mprotect(), which isrwatson2005-01-261-9/+0
* Update mac_stub for MAC Framework policy entry points System V IPCrwatson2005-01-221-5/+213
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-241-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Reimplement sysctls handling by MAC framework.pjd2004-02-221-2/+2
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Commit file missed in last pass: MAC api uses 'struct pipepair', notrwatson2004-02-011-8/+8
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-0/+8
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-7/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+28
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-0/+1
* Implement mpo_copy_{mbuf,pipe,vnode}_label() entry points forrwatson2003-11-161-0/+9
* Add stub entries for new MAC framework entry points:rwatson2003-08-211-0/+32
* Generally rename things to represent the fact that this is now therwatson2003-08-211-269/+271
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-1/+1
OpenPOWER on IntegriCloud