summaryrefslogtreecommitdiff
path: root/sys/security/mac_partition
AgeCommit message (Expand)Author
2025-12-04MAC: Rename mac_cred_create_swapper to mac_cred_create_kproc0John Baldwin
2024-12-16MAC: mac_policy.h: Declare common MAC sysctl and jail parameters' nodesOlivier Certner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2018-12-11Remove unused argument to priv_check_cred.Mateusz Guzik
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2009-01-10Rather than having MAC policies explicitly declare what object typesRobert Watson
2008-10-28Rename three MAC entry points from _proc_ to _cred_ to reflect the factRobert Watson
2008-10-28Extended comment on why we consider a partition relabel request of "0" toRobert Watson
2008-10-28Rename label_on_label() to partition_check(), which is far moreRobert Watson
2008-10-17Add a mac_inpcb_check_visible implementation to all MAC policiesBjoern A. Zeeb
2008-10-17Use the label from the socket credential rather than theBjoern A. Zeeb
2008-08-23Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson
2008-08-02Rename mac_partition_enabled to partition_enabled to synchronize withRobert Watson
2007-10-29Resort TrustedBSD MAC Framework policy entry point implementations andRobert Watson
2007-10-25Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson
2007-10-24Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson
2007-04-23Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson
2007-02-23More unnecessary include reduction.Robert Watson
2007-02-23Remove empty entry point functions (init, destroy, syscall) fromRobert Watson
2007-02-06Print intptr_t values by first casting to intmax_t and then printing withRobert Watson
2007-02-06Introduce accessor functions mac_label_get() and mac_label_set() to replaceRobert Watson
2007-02-06Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson
2006-12-22Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2005-09-19Add #include <sys/sx.h>, devfs is going to require this shortly.Poul-Henning Kamp
2004-02-22Update my personal copyrights and NETA copyrights in the kernelRobert Watson
2003-12-06Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),Robert Watson
2003-11-12Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson
2003-06-23Redesign the externalization APIs from the MAC Framework toRobert Watson
2003-03-27Trim "trustedbsd_" from the front of the policy module "short names";Robert Watson
2002-11-08Update MAC modules for changes in arguments for exec MAC policyRobert Watson
2002-11-04License and wording updates: NAI has authorized the removal of clauseRobert Watson
2002-11-03Change privilege model for mac_partition such that BSD superuser can changeRobert Watson
2002-10-30Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson
2002-10-23Provide a simple sample labeled access control policy, mac_partition.Robert Watson