summaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* 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