aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Continue work to optimize performance of "options MAC" when no MAC policyRobert Watson2009-06-031-63/+13
* Add internal 'mac_policy_count' counter to the MAC Framework, which is aRobert Watson2009-06-021-17/+58
* Rename MAC Framework-internal macros used to invoke policy entry points:Robert Watson2009-05-011-32/+42
* Rework MAC Framework synchronization in a number of ways in order toRobert Watson2009-03-141-26/+34
* Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to matchRobert Watson2009-03-081-3/+3
* Add static DTrace probes for MAC Framework access control checks andRobert Watson2009-03-081-1/+55
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-11/+28
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-62/+62
* Normalize variable naming in the MAC Framework by adopting the normalRobert Watson2007-04-221-60/+57
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-2/+1
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onRobert Watson2006-12-211-42/+0
* Document socket labeling model.Robert Watson2006-12-201-15/+27
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-0/+1
* Remove MAC_DEBUG label counters, which were used to debug leaks andRobert Watson2006-09-201-11/+0
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),Robert Watson2005-07-051-0/+18
* Introduce three additional MAC Framework and MAC Policy entry points toRobert Watson2005-04-161-5/+49
* Socket MAC labels so_label and so_peerlabel are now protected byRobert Watson2004-06-131-8/+57
* Move inet and inet6 related MAC Framework entry points from mac_net.cRobert Watson2004-02-261-0/+487