summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_stub
Commit message (Expand)AuthorAgeFilesLines
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-031-0/+79
* Remove 'uio' argument from MAC Framework and MAC policy entry points forrwatson2009-03-081-4/+2
* Improve the consistency of MAC Framework and MAC policy entry pointrwatson2009-03-081-100/+103
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-101-22/+1
* Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather thanrwatson2009-01-101-0/+1
* Commit part of accmode_t changes that I missed in previous commit.trasz2008-10-281-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-1/+1
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-21/+21
* Improve alphabetical sort order of stub entry points.rwatson2008-10-281-32/+32
* Implement MAC policy support for IPv6 fragment reassembly queues,rwatson2008-10-261-1/+37
* Add a mac_inpcb_check_visible implementation to all MAC policiesbz2008-10-171-0/+9
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-1/+22
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-6/+15
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-231-9/+0
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-131-8/+8
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+56
* 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
OpenPOWER on IntegriCloud