aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_partition
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factRobert Watson2008-10-281-17/+17
* Extended comment on why we consider a partition relabel request of "0" toRobert Watson2008-10-281-1/+7
* Rename label_on_label() to partition_check(), which is far moreRobert Watson2008-10-281-7/+7
* Add a mac_inpcb_check_visible implementation to all MAC policiesBjoern A. Zeeb2008-10-171-0/+17
* Use the label from the socket credential rather than theBjoern A. Zeeb2008-10-171-1/+2
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-7/+26
* Rename mac_partition_enabled to partition_enabled to synchronize withRobert Watson2008-08-021-3/+3
* Resort TrustedBSD MAC Framework policy entry point implementations andRobert Watson2007-10-291-77/+81
* Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson2007-10-251-35/+36
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-25/+29
* Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson2007-04-231-12/+13
* More unnecessary include reduction.Robert Watson2007-02-231-19/+1
* Remove empty entry point functions (init, destroy, syscall) fromRobert Watson2007-02-231-7/+0
* Print intptr_t values by first casting to intmax_t and then printing withRobert Watson2007-02-061-1/+1
* Introduce accessor functions mac_label_get() and mac_label_set() to replaceRobert Watson2007-02-061-10/+11
* 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-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Add #include <sys/sx.h>, devfs is going to require this shortly.Poul-Henning Kamp2005-09-191-0/+1
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-222-4/+4
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),Robert Watson2003-12-061-8/+8
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-9/+9
* Redesign the externalization APIs from the MAC Framework toRobert Watson2003-06-231-3/+7
* Trim "trustedbsd_" from the front of the policy module "short names";Robert Watson2003-03-271-2/+2
* Update MAC modules for changes in arguments for exec MAC policyRobert Watson2002-11-081-0/+19
* License and wording updates: NAI has authorized the removal of clauseRobert Watson2002-11-042-14/+8
* Change privilege model for mac_partition such that BSD superuser can changeRobert Watson2002-11-031-6/+4
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-301-33/+17
* Provide a simple sample labeled access control policy, mac_partition.Robert Watson2002-10-232-0/+337