aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_ifoff
Commit message (Expand)AuthorAgeFilesLines
* Modify MAC policy function names and local variables in a manner similarRobert Watson2008-08-021-29/+30
* Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson2007-04-231-14/+14
* More unnecessary include reduction.Robert Watson2007-02-231-15/+2
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson2007-02-061-1/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-1/+1
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-221-2/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-0/+13
* Remove trailing whitespace.Robert Watson2003-07-051-1/+1
* Rather than check for M_PKTHDR and conditionally perform access control,Robert Watson2003-04-181-4/+3
* Trim "trustedbsd_" from the front of the policy module "short names";Robert Watson2003-03-271-1/+1
* License and wording updates: NAI has authorized the removal of clauseRobert Watson2002-11-041-7/+4
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-301-9/+5
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-151-3/+3
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+173