summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-031-63/+13
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-17/+58
* Rename MAC Framework-internal macros used to invoke policy entry points:rwatson2009-05-011-32/+42
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-141-26/+34
* Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to matchrwatson2009-03-081-3/+3
* Add static DTrace probes for MAC Framework access control checks andrwatson2009-03-081-1/+55
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-11/+28
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-62/+62
* Normalize variable naming in the MAC Framework by adopting the normalrwatson2007-04-221-60/+57
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-211-42/+0
* Document socket labeling model.rwatson2006-12-201-15/+27
* 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-11/+0
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-051-0/+18
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-161-5/+49
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-8/+57
* Move inet and inet6 related MAC Framework entry points from mac_net.crwatson2004-02-261-0/+487
OpenPOWER on IntegriCloud