summaryrefslogtreecommitdiff
path: root/sys/security/mac_portacl
AgeCommit message (Expand)Author
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
2018-02-25mac_portacl(4): stop panicing INVARIANTS-enabled kernel by loading .koEugene Grosbein
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2010-11-09Fix typos.Rebecca Cran
2009-03-14- Correct logic in if statement - we want to allocate temporary bufferPawel Jakub Dawidek
2009-01-10Rather than having MAC policies explicitly declare what object typesRobert Watson
2008-08-23Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson
2008-08-09Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav
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-06-12Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson
2007-04-23Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson
2007-02-23More unnecessary include reduction.Robert 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
2006-10-10Do allow jailed superuser to override the port ACL.Robert Watson
2005-10-31Normalize a significant number of kernel malloc type names:Robert Watson
2004-12-08Add a new sysctl/tunable to mac_portacl:Robert Watson
2004-12-06Switch from using an sx lock to a mutex for the mac_portacl rule chain:Robert Watson
2004-05-15Remove dead code. (This loop counted the number of rules, but the countColin Percival
2004-01-20Pay attention to mac_portacl_enabled.Robert Watson
2003-03-18Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp
2003-03-12Do not depend on namespace pollution, explicitly include sys/sx.hAlexander Kabaev
2003-03-02A cute yet small MAC policy that provides a simple ACL mechanism toRobert Watson