| Commit message (Expand) | Author | Age | Files | Lines |
| * | MAC: improve consistency in error handling | Michael Tuexen | 2024-10-31 | 1 | -0/+1 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | mac_ipacl: new MAC policy module to limit jail/vnet IP configuration | Shivank Garg | 2023-07-26 | 1 | -0/+11 |
| * | IfAPI: Add if_get/setmaclabel() and use it. | Justin Hibbits | 2023-01-31 | 1 | -4/+4 |
| * | tcp_input/syncache: acquire only read lock on PCB for SYN,!ACK packets | Gleb Smirnoff | 2021-04-12 | 1 | -1/+1 |
| * | When MAC is enabled and a policy module is loaded, don't unconditionally | Robert Watson | 2019-05-03 | 1 | -5/+7 |
| * | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -1/+1 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
| * | Continue work to optimize performance of "options MAC" when no MAC policy | Robert Watson | 2009-06-03 | 1 | -0/+46 |
| * | Rename MAC Framework-internal macros used to invoke policy entry points: | Robert Watson | 2009-05-01 | 1 | -32/+39 |
| * | Rework MAC Framework synchronization in a number of ways in order to | Robert Watson | 2009-03-14 | 1 | -28/+45 |
| * | Add static DTrace probes for MAC Framework access control checks and | Robert Watson | 2009-03-08 | 1 | -1/+14 |
| * | Add mac_inpcb_check_visible MAC Framework entry point, which is similar | Bjoern A. Zeeb | 2008-10-17 | 1 | -0/+12 |
| * | Introduce two related changes to the TrustedBSD MAC Framework: | Robert Watson | 2008-08-23 | 1 | -28/+46 |
| * | The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is the | Robert Watson | 2008-06-13 | 1 | -14/+14 |
| * | Plug a memory leak which can occur when multiple MAC policies are loaded | Christian S.J. Peron | 2008-05-27 | 1 | -0/+4 |
| * | When propagating a MAC label from an inpcb to an mbuf, allow read and | Robert Watson | 2008-04-19 | 1 | -1/+1 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -3/+3 |
| * | Continue to move from generic network entry points in the TrustedBSD MAC | Robert Watson | 2007-10-28 | 1 | -2/+29 |
| * | Move towards more explicit support for various network protocol stacks | Robert Watson | 2007-10-28 | 1 | -1/+25 |
| * | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | Robert Watson | 2007-10-26 | 1 | -2/+2 |
| * | Normalize TCP syncache-related MAC Framework entry points to match most | Robert Watson | 2007-10-25 | 1 | -8/+8 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -33/+36 |
| * | Normalize variable naming in the MAC Framework by adopting the normal | Robert Watson | 2007-04-22 | 1 | -23/+21 |
| * | Continue 7-CURRENT MAC Framework rearrangement and cleanup: | Robert Watson | 2007-02-06 | 1 | -1/+0 |
| * | In mac_inpcb_sosetlabel(), assert the socket lock rather than commenting | Robert Watson | 2006-12-28 | 1 | -1/+1 |
| * | Move src/sys/sys/mac_policy.h, the kernel interface between the MAC | Robert Watson | 2006-12-22 | 1 | -2/+1 |
| * | Remove mac_enforce_subsystem debugging sysctls. Enforcement on | Robert Watson | 2006-12-21 | 1 | -3/+0 |
| * | Re-wrap comment at 77 character columns. | Robert Watson | 2006-12-20 | 1 | -7/+7 |
| * | Fix LOR between the syncache and inpcb locks when MAC is present in the | Christian S.J. Peron | 2006-12-13 | 1 | -0/+54 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -0/+1 |
| * | Remove MAC_DEBUG label counters, which were used to debug leaks and | Robert Watson | 2006-09-20 | 1 | -13/+0 |
| * | Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point | Christian S.J. Peron | 2006-09-12 | 1 | -0/+10 |
| * | Move inet and inet6 related MAC Framework entry points from mac_net.c | Robert Watson | 2004-02-26 | 1 | -0/+292 |