aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_posix_shm.c
Commit message (Expand)AuthorAgeFilesLines
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Fix some typos that were causing probe argument types to show up as unknown.Mark Johnston2013-10-011-1/+1
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.Konstantin Belousov2013-08-211-0/+34
* Correct several issues in the integration of POSIX shared memory objectsRobert Watson2011-09-021-6/+21
* Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov2011-08-161-0/+32
* Rename MAC Framework-internal macros used to invoke policy entry points:Robert Watson2009-05-011-11/+13
* Rework MAC Framework synchronization in a number of ways in order toRobert Watson2009-03-141-9/+10
* Add static DTrace probes for MAC Framework access control checks andRobert Watson2009-03-081-1/+30
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-3/+8
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-081-0/+146