| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Introduce a condition variable to avoid returning EBUSY when | Robert Watson | 2002-11-13 | 1 | -29/+52 |
| * | Garbage collect mac_create_devfs_vnode() -- it hasn't been used since | Robert Watson | 2002-11-12 | 1 | -7/+0 |
| * | Garbage collect definition of M_MACOPVEC -- we no longer perform a | Robert Watson | 2002-11-11 | 1 | -2/+0 |
| * | Add an explicit execlabel argument to exec-related MAC policy entry | Robert Watson | 2002-11-08 | 1 | -3/+4 |
| * | Bring in two sets of changes: | Robert Watson | 2002-11-05 | 1 | -6/+56 |
| * | Assert that appropriate vnodes are locked in mac_execve_will_transition(). | Robert Watson | 2002-11-05 | 1 | -0/+8 |
| * | Permit MAC policies to instrument the access control decisions for | Robert Watson | 2002-11-04 | 1 | -0/+31 |
| * | Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MAC | Robert Watson | 2002-11-04 | 1 | -6/+0 |
| * | License clarification and wording changes: NAI has approved removal of | Robert Watson | 2002-11-04 | 1 | -7/+4 |
| * | Introduce mac_check_system_settime(), a MAC check allowing policies to | Robert Watson | 2002-11-03 | 1 | -0/+13 |
| * | Add MAC checks for various kenv() operations: dump, get, set, unset, | Robert Watson | 2002-11-01 | 1 | -0/+52 |
| * | Move to C99 sparse structure initialization for the mac_policy_ops | Robert Watson | 2002-10-30 | 1 | -583/+0 |
| * | While 'mode_t' seemed like a good idea for the access mode argument for | Robert Watson | 2002-10-30 | 1 | -3/+3 |
| * | An inappropriate ASSERT slipped in during the recent merge of the | Robert Watson | 2002-10-28 | 1 | -2/+0 |
| * | Centrally manage enforcement of {reboot,swapon,sysctl} using the | Robert Watson | 2002-10-27 | 1 | -13/+9 |
| * | Implement mac_check_system_sysctl(), a MAC Framework entry point to | Robert Watson | 2002-10-27 | 1 | -0/+28 |
| * | Hook up mac_check_system_reboot(), a MAC Framework entry point that | Robert Watson | 2002-10-27 | 1 | -0/+23 |
| * | Merge from MAC tree: rename mac_check_vnode_swapon() to | Robert Watson | 2002-10-27 | 1 | -18/+18 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 1 | -485/+89 |
| * | Comment describing the semantics of mac_late. | Robert Watson | 2002-10-25 | 1 | -1/+6 |
| * | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | Robert Watson | 2002-10-22 | 1 | -0/+22 |
| * | Missed in previous merge: export sizeof(struct oldmac) rather than | Robert Watson | 2002-10-22 | 1 | -1/+1 |
| * | Support the new MAC user API in kernel: modify existing system calls | Robert Watson | 2002-10-22 | 1 | -169/+917 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-21 | 1 | -2/+1 |
| * | If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the | Robert Watson | 2002-10-20 | 1 | -3/+1 |
| * | Make sure to clear the 'registered' flag for MAC policies when they | Robert Watson | 2002-10-19 | 1 | -0/+1 |
| * | Integrate mac_check_socket_send() and mac_check_socket_receive() | Robert Watson | 2002-10-06 | 1 | -0/+34 |
| * | Sync from MAC tree: break out the single mmap entry point into | Robert Watson | 2002-10-06 | 1 | -18/+63 |
| * | Modify label allocation semantics for sockets: pass in soalloc's malloc | Robert Watson | 2002-10-05 | 1 | -13/+69 |
| * | Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during | Robert Watson | 2002-10-05 | 1 | -0/+13 |
| * | Merge support for mac_check_vnode_link(), a MAC framework/policy entry | Robert Watson | 2002-10-05 | 1 | -0/+30 |
| * | While the MAC API has supported the ability to handle M_NOWAIT passed | Robert Watson | 2002-10-05 | 1 | -3/+11 |
| * | Rearrange object and label init/destroy functions to match the | Robert Watson | 2002-10-05 | 1 | -101/+101 |
| * | Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf(); | Robert Watson | 2002-10-05 | 1 | -3/+3 |
| * | Another big diff, little functional change: move label internalization, | Robert Watson | 2002-10-05 | 1 | -65/+65 |
| * | Move all object label init/destroy routines to the head of the | Robert Watson | 2002-10-05 | 1 | -285/+285 |
| * | Synch from TrustedBSD MAC tree: | Robert Watson | 2002-10-05 | 1 | -3/+25 |
| * | Cosmetic line wrap synchronization. | Robert Watson | 2002-10-05 | 1 | -2/+4 |
| * | Push the debugging obect label counters into security.mac.debug.counters | Robert Watson | 2002-10-05 | 1 | -11/+16 |
| * | Begin another merge from the TrustedBSD MAC branch: | Robert Watson | 2002-10-05 | 1 | -68/+86 |
| * | Add a new MAC entry point, mac_thread_userret(td), which permits policy | Robert Watson | 2002-10-02 | 1 | -0/+11 |
| * | Remember to include "opt_devfs.h" so we get any relevant changes | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+1 |
| * | Improve locking of pipe mutexes in the context of MAC: | Robert Watson | 2002-10-01 | 1 | -0/+34 |
| * | Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG. | Robert Watson | 2002-10-01 | 1 | -10/+14 |
| * | Add tunables for the existing sysctl twiddles for pipe and vm | Robert Watson | 2002-09-30 | 1 | -0/+2 |
| * | Remove un-needed stack variable 'ops'. | Robert Watson | 2002-09-18 | 1 | -3/+2 |
| * | Add a toggle to disable VM enforcement. | Robert Watson | 2002-09-18 | 1 | -0/+7 |
| * | At the cost of seeming a little gauche, make use of more traditional | Robert Watson | 2002-09-18 | 1 | -4/+4 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -4/+4 |
| * | Add security.mac.mmap_revocation, a flag indicating whether we | Robert Watson | 2002-09-09 | 1 | -0/+8 |