summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_test
Commit message (Expand)AuthorAgeFilesLines
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-031-4/+44
* 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-149/+152
* 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
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-2/+2
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-20/+20
* Implement MAC policy support for IPv6 fragment reassembly queues,rwatson2008-10-261-1/+79
* Add a mac_inpcb_check_visible implementation to all MAC policiesbz2008-10-171-0/+14
* 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-9/+26
* Add missing counter increments for posix shm checks.jhb2008-06-261-0/+5
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-231-14/+0
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-131-9/+9
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+96
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Implement per-object type consistency checks for labels passed torwatson2007-10-301-20/+65
* Canonicalize names of local variables.rwatson2007-10-291-66/+66
* Resort TrustedBSD MAC Framework policy entry point implementations andrwatson2007-10-291-1243/+1256
* Add missing mac_test labeling and sleep checks for the syncache.rwatson2007-10-281-0/+48
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-281-14/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-15/+14
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-12/+48
* Perform explicit label type checks for externalize entry points, rather thanrwatson2007-10-281-10/+70
* Give each posixsem MAC Framework entry point its own counter and test caserwatson2007-10-271-9/+74
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-4/+4
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-251-414/+414
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-251-18/+18
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-797/+802
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-211-6/+6
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-101-16/+16
* Add a new MAC framework and policy entry point,rwatson2007-06-261-0/+13
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-231-14/+13
* Apply variable name normalization to MAC policies: adopt global conventionsrwatson2007-04-231-151/+153
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-30/+9
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-36/+0
* Further MAC test policy cleanup and enhancement:rwatson2007-04-221-141/+478
* Perform overdue clean up mac_test policy:rwatson2007-04-221-719/+476
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-3/+60
* More unnecessary include reduction.rwatson2007-02-231-12/+4
* Remove empty entry point functions (init, destroy, syscall) fromrwatson2007-02-231-25/+0
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-061-40/+41
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-1/+0
* 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 #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-11/+0
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-2/+5
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-11/+0
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-071-18/+18
OpenPOWER on IntegriCloud