summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_portacl
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-10/+4
* Revert r267961, r267973:gjb2014-06-271-4/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-10/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fix typos.brucec2010-11-091-1/+1
* - Correct logic in if statement - we want to allocate temporary bufferpjd2009-03-141-1/+3
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-101-1/+1
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-251-26/+26
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+6
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* Apply variable name normalization to MAC policies: adopt global conventionsrwatson2007-04-231-4/+3
* More unnecessary include reduction.rwatson2007-02-231-9/+1
* 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
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Do allow jailed superuser to override the port ACL.rwatson2006-10-101-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Add a new sysctl/tunable to mac_portacl:rwatson2004-12-081-0/+23
* Switch from using an sx lock to a mutex for the mac_portacl rule chain:rwatson2004-12-061-26/+19
* Remove dead code. (This loop counted the number of rules, but the countcperciva2004-05-151-7/+0
* Pay attention to mac_portacl_enabled.rwatson2004-01-201-1/+5
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Do not depend on namespace pollution, explicitly include sys/sx.hkan2003-03-121-0/+1
* A cute yet small MAC policy that provides a simple ACL mechanism torwatson2003-03-021-0/+485
OpenPOWER on IntegriCloud