aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_priv.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mac: implement fast path for checksMateusz Guzik2020-02-131-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Revert the approach for skipping lockstat_probe_func call when doingAttilio Rao2011-12-121-1/+0
* put sys/systm.h at its proper place or add it if missingAndriy Gapon2011-12-121-0/+1
* Rename MAC Framework-internal macros used to invoke policy entry points:Robert Watson2009-05-011-2/+2
* Rework MAC Framework synchronization in a number of ways in order toRobert Watson2009-03-141-2/+2
* Add static DTrace probes for MAC Framework access control checks andRobert Watson2009-03-081-0/+13
* Use __FBSDID() for $FreeBSD$ version strings in .c files.Robert Watson2009-01-241-2/+3
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-1/+1
* Additional comments regarding the interaction between the kernel privilegeRobert Watson2006-12-201-0/+18
* Add a new priv(9) kernel interface for checking the availability ofRobert Watson2006-11-061-0/+64