summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_seeotheruids
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-101-1/+1
* 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/+1
* Resort TrustedBSD MAC Framework policy entry point implementations andrwatson2007-10-291-8/+8
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-251-21/+21
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-10/+14
* 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-16/+18
* More unnecessary include reduction.rwatson2007-02-231-16/+2
* Do allow bypass of mac_seeotheruids in jail in order to be consistentrwatson2007-02-191-1/+2
* 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/+2
* Allow the root user to be aware of other credentials by virtuetrhodes2005-09-301-2/+12
* Exempt the superuser from mac_seeotheruids checks.rwatson2005-01-031-0/+3
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-271-1/+1
* Default policies to on: if you load them or compile them into yourrwatson2002-12-101-1/+1
* License and wording updates: NAI has authorized the removal of clauserwatson2002-11-041-7/+4
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-301-13/+7
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+179
OpenPOWER on IntegriCloud