summaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_socket.c
AgeCommit message (Expand)Author
2024-09-26MAC: improve handling of listening socketsMichael Tuexen
2023-11-13Remove gratuitous copyouts of unchanged struct mac.Brooks Davis
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-17protosw: refactor protosw and domain static declaration and loadGleb Smirnoff
2020-09-01security: clean up empty lines in .c and .h filesMateusz Guzik
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2009-06-03Continue work to optimize performance of "options MAC" when no MAC policyRobert Watson
2009-06-02Add internal 'mac_policy_count' counter to the MAC Framework, which is aRobert Watson
2009-05-01Rename MAC Framework-internal macros used to invoke policy entry points:Robert Watson
2009-03-14Rework MAC Framework synchronization in a number of ways in order toRobert Watson
2009-03-08Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to matchRobert Watson
2009-03-08Add static DTrace probes for MAC Framework access control checks andRobert Watson
2008-08-23Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson
2007-10-24Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson
2007-04-22Normalize variable naming in the MAC Framework by adopting the normalRobert Watson
2006-12-22Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson
2006-12-21Remove mac_enforce_subsystem debugging sysctls. Enforcement onRobert Watson
2006-12-20Document socket labeling model.Robert Watson
2006-10-22Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson
2006-09-20Remove MAC_DEBUG label counters, which were used to debug leaks andRobert Watson
2005-07-05Add MAC Framework and MAC policy entry point mac_check_socket_create(),Robert Watson
2005-04-16Introduce three additional MAC Framework and MAC Policy entry points toRobert Watson
2004-06-13Socket MAC labels so_label and so_peerlabel are now protected byRobert Watson
2004-02-26Move inet and inet6 related MAC Framework entry points from mac_net.cRobert Watson