aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_ifoff
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-8/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-8/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-1/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Rather than having MAC policies explicitly declare what object typesRobert Watson2009-01-101-1/+1
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-1/+1
* Resort TrustedBSD MAC Framework policy entry point implementations andRobert Watson2007-10-291-0/+4
* Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson2007-10-251-29/+30
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-14/+18
* 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