summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_posix_sem.c
Commit message (Expand)AuthorAgeFilesLines
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+32
* Rename MAC Framework-internal macros used to invoke policy entry points:rwatson2009-05-011-13/+15
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-141-9/+9
* Add static DTrace probes for MAC Framework access control checks andrwatson2009-03-081-0/+34
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-3/+8
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-6/+24
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-231-10/+0
* Fix a MAC label leak for POSIX semaphores, in which per-policy labelsrwatson2007-12-171-0/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-23/+26
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-211-20/+19
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-1/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* Minor style fixes.rwatson2006-12-211-6/+6
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-211-23/+0
* Trim trailing white space.rwatson2006-12-201-2/+2
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-2/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-0/+1
* Remove MAC_DEBUG label counters, which were used to debug leaks andrwatson2006-09-201-8/+0
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+181
OpenPOWER on IntegriCloud