| Commit message (Expand) | Author | Age | Files | Lines |
* | Insert a series of place-holder function pointers in mac_policy.h for | rwatson | 2005-08-08 | 1 | -0/+25 |
* | If a "hole" opens up in the ruleset (i.e.: remove 5), do not return | trhodes | 2005-07-28 | 1 | -5/+2 |
* | Remove duplicate initialization of mpo_create_stub pointer. | rwatson | 2005-07-21 | 1 | -1/+0 |
* | Bump the module versions of the MAC Framework and MAC policy modules | rwatson | 2005-07-14 | 3 | -3/+11 |
* | When devfs cloning takes place, provide access to the credential of the | rwatson | 2005-07-14 | 8 | -15/+27 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 8 | -102/+12 |
* | Add MAC Framework and MAC policy entry point mac_check_socket_create(), | rwatson | 2005-07-05 | 4 | -0/+40 |
* | Correct grammar error in comment | csjp | 2005-06-10 | 1 | -1/+1 |
* | Gratuitous renaming of four System V Semaphore MAC Framework entry | rwatson | 2005-06-07 | 7 | -56/+56 |
* | Introduce MAC Framework and MAC Policy entry points to label and control | rwatson | 2005-05-04 | 7 | -0/+462 |
* | Get the directory structure correct in a comment. | trhodes | 2005-04-22 | 2 | -2/+4 |
* | Add locking support to mac_bsdextended: | trhodes | 2005-04-22 | 1 | -37/+67 |
* | Introduce p_canwait() and MAC Framework and MAC Policy entry points | rwatson | 2005-04-18 | 5 | -0/+37 |
* | Introduce three additional MAC Framework and MAC Policy entry points to | rwatson | 2005-04-16 | 5 | -8/+166 |
* | In mac_get_fd(), remove unconditional acquisition of Giant around copying | rwatson | 2005-04-16 | 2 | -18/+14 |
* | Introduce new MAC Framework and MAC Policy entry points to control the use | rwatson | 2005-04-16 | 5 | -0/+337 |
* | Move MAC check_vnode_mmap entry point out from being exclusive to | csjp | 2005-04-14 | 8 | -12/+16 |
* | Remove an accidental clearing of the new label pointer on a system V | rwatson | 2005-02-24 | 1 | -1/+0 |
* | Synchronize HEAD copyright/license with RELENG_5 copyright/license: | rwatson | 2005-02-13 | 1 | -5/+5 |
* | Update copyright for NETA->McAfee. | rwatson | 2005-01-30 | 1 | -5/+5 |
* | Remove policy references to mpo_check_vnode_mprotect(), which is | rwatson | 2005-01-26 | 5 | -54/+2 |
* | Remove an obsoleted comment about struct versions. | rwatson | 2005-01-23 | 1 | -1/+0 |
* | Update mac_test for MAC Framework policy entry points System V IPC | rwatson | 2005-01-22 | 1 | -0/+378 |
* | Update mac_stub for MAC Framework policy entry points System V IPC | rwatson | 2005-01-22 | 1 | -5/+213 |
* | Implement MLS confidentiality protection for System V IPC objects | rwatson | 2005-01-22 | 1 | -5/+391 |
* | Implement Biba integrity protection for System V IPC objects (message | rwatson | 2005-01-22 | 1 | -5/+394 |
* | Exempt the superuser from mac_seeotheruids checks. | rwatson | 2005-01-03 | 1 | -0/+3 |
* | Add a new sysctl/tunable to mac_portacl: | rwatson | 2004-12-08 | 1 | -0/+23 |
* | Switch from using an sx lock to a mutex for the mac_portacl rule chain: | rwatson | 2004-12-06 | 1 | -26/+19 |
* | Implement MAC entry points relating to System V IPC, calling into the | rwatson | 2004-11-17 | 3 | -0/+592 |
* | Define new MAC framework and policy entry points for System V IPC | rwatson | 2004-11-17 | 2 | -1/+129 |
* | Bump MAC Framework version to 2 in preparation for the upcoming API/ABI | rwatson | 2004-11-09 | 3 | -3/+3 |
* | Disable use of synchronization early in the boot by the MAC Framework; | rwatson | 2004-10-30 | 2 | -0/+42 |
* | /%x/%s/ -- mismerged DEBUGGER() printf() format stirng from the | rwatson | 2004-10-23 | 1 | -1/+1 |
* | Expand comments on various sections of the MAC Framework Policy API, | rwatson | 2004-10-22 | 1 | -4/+15 |
* | Replace direct reference to kdb_enter() with a DEBUGGER() macro that | rwatson | 2004-10-22 | 1 | -28/+34 |
* | Minor white space synchronization and line wrapping. | rwatson | 2004-10-22 | 2 | -1/+3 |
* | In the MAC label zone destructor, assert that the label is only | rwatson | 2004-10-22 | 1 | -1/+3 |
* | Remove extern declaration of mac_enforce_sysv, as it's not present in | rwatson | 2004-10-22 | 1 | -1/+0 |
* | Bump copyright dates for NETA on these files. | rwatson | 2004-10-21 | 2 | -2/+2 |
* | Modify mac_bsdextended policy so that it defines its own vnode access | rwatson | 2004-10-21 | 2 | -33/+74 |
* | Remove the debugging tunable, it was not being used. | trhodes | 2004-09-10 | 1 | -10/+1 |
* | Allow mac_bsdextended(4) to log failed attempts to syslog's AUTHPRIV | trhodes | 2004-08-21 | 1 | -5/+19 |
* | Give the mac_bsdextended(4) policy the ability to match and apply on a first | trhodes | 2004-08-21 | 1 | -2/+21 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 1 | -3/+4 |
* | Introduce SLOT_SET macro and use it in place of casts as lvalues. | kan | 2004-07-28 | 3 | -12/+16 |
* | Allow an effective uid of root to bypass mac_bsdextended rules; the MAC | rwatson | 2004-07-23 | 1 | -0/+3 |
* | Rename Biba and MLS _single label elements to _effective, which more | rwatson | 2004-07-16 | 4 | -353/+353 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 2 | -0/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -28/+29 |