aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_seeotheruids
Commit message (Expand)AuthorAgeFilesLines
* Resort TrustedBSD MAC Framework policy entry point implementations andRobert Watson2007-10-291-8/+8
* Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson2007-10-251-21/+21
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-10/+14
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson2007-04-231-16/+18
* More unnecessary include reduction.Robert Watson2007-02-231-16/+2
* Do allow bypass of mac_seeotheruids in jail in order to be consistentRobert Watson2007-02-191-1/+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
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Allow the root user to be aware of other credentials by virtueTom Rhodes2005-09-301-2/+12
* Exempt the superuser from mac_seeotheruids checks.Robert Watson2005-01-031-0/+3
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-221-2/+2
* Trim "trustedbsd_" from the front of the policy module "short names";Robert Watson2003-03-271-1/+1
* Default policies to on: if you load them or compile them into yourRobert Watson2002-12-101-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-13/+7
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+179