| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
* | Mark MAC Framework sx and rm locks as NOWITNESS to suppress warnings that | Robert Watson | 2009-06-02 | 1 | -2/+2 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | Robert Watson | 2009-06-02 | 1 | -5/+11 |
* | Make the rmlock(9) interface a bit more like the rwlock(9) interface: | Robert Watson | 2009-05-29 | 1 | -1/+1 |
* | Convert the MAC Framework from using rwlocks to rmlocks to stabilize | Robert Watson | 2009-05-27 | 1 | -11/+11 |
* | Rework MAC Framework synchronization in a number of ways in order to | Robert Watson | 2009-03-14 | 1 | -112/+73 |
* | Improve the consistency of MAC Framework and MAC policy entry point | Robert Watson | 2009-03-08 | 1 | -0/+3 |
* | Add static DTrace probes for MAC Framework access control checks and | Robert Watson | 2009-03-08 | 1 | -1/+3 |
* | Reduce the verbosity of SDT trace points for DTrace by defining several | Robert Watson | 2009-03-03 | 1 | -12/+3 |
* | Begin to add SDT tracing of the MAC Framework: add policy modevent, | Robert Watson | 2009-01-24 | 1 | -1/+24 |
* | Rather than having MAC policies explicitly declare what object types | Robert Watson | 2009-01-10 | 1 | -7/+45 |
* | Introduce two related changes to the TrustedBSD MAC Framework: | Robert Watson | 2008-08-23 | 1 | -29/+14 |
* | Remove conditional return of 1. For the MAC_STATIC case at this point in | Christian S.J. Peron | 2007-01-01 | 1 | -3/+0 |
* | Only signal the CV indicating that the MAC Framework is available for | Robert Watson | 2006-12-31 | 1 | -6/+23 |
* | Slightly resort functions in file so that no forward function prototypes | Robert Watson | 2006-12-29 | 1 | -49/+46 |
* | Re-add include of opt_mac.h in mac_framework.c, which was improperly | Robert Watson | 2006-12-29 | 1 | -0/+2 |
* | Centralize definition of MAC_VERSION in mac_policy.h, as it defines the | Robert Watson | 2006-12-28 | 1 | -4/+3 |
* | Move mac_init_label() and mac_destroy_label() from mac_framework.c to | Robert Watson | 2006-12-28 | 1 | -19/+0 |
* | Trim unneeded includes. | Robert Watson | 2006-12-28 | 1 | -28/+0 |
* | Break contents of kern_mac.c out into two files following a repo-copy: | Robert Watson | 2006-12-28 | 1 | -672/+0 |
* | Update MAC Framework general comments, referencing various interfaces it | Robert Watson | 2006-12-28 | 1 | -12/+40 |
* | 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/+1 |
* | Expand commenting on label slots, justification for the MAC Framework locking | Robert Watson | 2006-12-20 | 1 | -54/+79 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | Remove MAC_DEBUG label counters, which were used to debug leaks and | Robert Watson | 2006-09-20 | 1 | -11/+0 |
* | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | Poul-Henning Kamp | 2006-07-17 | 1 | -1/+0 |
* | Don't call vn_finished_write() if vn_start_write() failed. | Tor Egge | 2006-03-19 | 1 | -4/+6 |
* | Standard Giant push down operations for the Mandatory Access Control (MAC) | Christian S.J. Peron | 2005-10-04 | 1 | -34/+27 |
* | Bump the module versions of the MAC Framework and MAC policy modules | Robert Watson | 2005-07-14 | 1 | -1/+5 |
* | Get the directory structure correct in a comment. | Tom Rhodes | 2005-04-22 | 1 | -1/+2 |
* | In mac_get_fd(), remove unconditional acquisition of Giant around copying | Robert Watson | 2005-04-16 | 1 | -9/+7 |
* | Bump MAC Framework version to 2 in preparation for the upcoming API/ABI | Robert Watson | 2004-11-09 | 1 | -1/+1 |
* | Disable use of synchronization early in the boot by the MAC Framework; | Robert Watson | 2004-10-30 | 1 | -0/+21 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
* | Add /* !MAC */ to final #endif. | Robert Watson | 2004-05-03 | 1 | -1/+1 |
* | Bump copyright date for NETA to 2004. | Robert Watson | 2004-05-03 | 1 | -1/+1 |
* | Add MAC_STATIC, a kernel option that disables internal MAC Framework | Robert Watson | 2004-05-03 | 1 | -0/+25 |
* | Update my personal copyrights and NETA copyrights in the kernel | Robert Watson | 2004-02-22 | 1 | -2/+2 |
* | Coalesce pipe allocations and frees. Previously, the pipe code | Robert Watson | 2004-02-01 | 1 | -3/+3 |
* | Implement sockets support for __mac_get_fd() and __mac_set_fd() | Robert Watson | 2003-11-16 | 1 | -0/+30 |
* | Mark __mac_get_pid() as MPSAFE in the comment, as it runs without | Robert Watson | 2003-11-12 | 1 | -37/+15 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 1 | -62/+57 |
* | Whitespace sync to MAC branch, expand comment at the head of the file. | Robert Watson | 2003-11-11 | 1 | -3/+9 |
* | Remove the flags argument from mac_externalize_*_label(), as it's not | Robert Watson | 2003-11-06 | 1 | -6/+6 |
* | mac_Finish break-out of kern_mac.c into parts: | Robert Watson | 2003-10-22 | 1 | -2756/+5 |
* | Variable cleanup following break-out of kern_mac.c into sys/security/mac: | Robert Watson | 2003-10-22 | 1 | -16/+10 |
* | Rename error_select() to mac_error_select(), and unstaticize so it | Robert Watson | 2003-10-22 | 1 | -5/+4 |
* | If the struct mac copied into the kernel has a negative length, return | Robert Watson | 2003-09-29 | 1 | -1/+2 |
* | Fix a mac_policy_list reference to be a mac_static_policy_list | Robert Watson | 2003-08-26 | 1 | -1/+1 |