summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_lomac
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-2/+2
* Rename mac_cred_mmapped_drop_perms(), which revokes access to virtualrwatson2008-10-281-4/+4
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-24/+25
* Implement MAC policy support for IPv6 fragment reassembly queues,rwatson2008-10-261-1/+53
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Add a mac_inpcb_check_visible implementation to all MAC policiesbz2008-10-171-0/+19
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+1
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-1/+21
* Minor style tweaks.rwatson2008-08-021-4/+3
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-131-11/+11
* Resort TrustedBSD MAC Framework policy entry point implementations andrwatson2007-10-291-861/+868
* 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-13/+26
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-14/+49
* 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
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-251-634/+614
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-251-4/+4
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-214/+219
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-2/+1
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-101-25/+25
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* 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-202/+199
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-12/+8
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-17/+192
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-1/+63
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-061-4/+4
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* Teach the MAC policies which utilize mbuf labeling the new syncachecsjp2006-12-131-0/+25
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+4
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+1
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-121-0/+12
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+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-14/+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-22/+0
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-2/+3
* Remove policy references to mpo_check_vnode_mprotect(), which isrwatson2005-01-261-30/+1
* Remove an obsoleted comment about struct versions.rwatson2005-01-231-1/+0
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-281-6/+8
* 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-11/+5
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-222-4/+4
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-011-6/+6
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-0/+13
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-13/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+45
OpenPOWER on IntegriCloud