| Commit message (Expand) | Author | Age | Files | Lines |
| * | Try again to fix the KASSERT. | Robert Watson | 2002-10-30 | 1 | -1/+1 |
| * | Fix a KASSERT bug that showed up only in the LINT build, not the | Robert Watson | 2002-10-30 | 1 | -1/+1 |
| * | Hook up no-op stubs for reboot, swapon, sysctl entry points. | Robert Watson | 2002-10-29 | 2 | -0/+58 |
| * | Implement Biba policy entry points for mac_check_system_swapon() | Robert Watson | 2002-10-29 | 1 | -0/+59 |
| * | Require Biba privilege to relabel a network interface. | Robert Watson | 2002-10-29 | 1 | -0/+7 |
| * | Correct a typo in a previously commented include entry that was made | Robert Watson | 2002-10-28 | 1 | -1/+1 |
| * | Remove all reference to 'struct oldmac', since it's no longer required | Robert Watson | 2002-10-28 | 3 | -49/+61 |
| * | Add a return type for mac_biba_high_single(), apparently lost in an | Robert Watson | 2002-10-28 | 1 | -0/+1 |
| * | Rename mac_biba_subject_equal_ok() to mac_biba_subject_privileged() | Robert Watson | 2002-10-28 | 1 | -6/+6 |
| * | Zero the trusted_interface buffer before starting parsing. | Robert Watson | 2002-10-28 | 1 | -0/+6 |
| * | An inappropriate ASSERT slipped in during the recent merge of the | Robert Watson | 2002-10-28 | 8 | -16/+0 |
| * | Centrally manage enforcement of {reboot,swapon,sysctl} using the | Robert Watson | 2002-10-27 | 8 | -104/+72 |
| * | Implement mac_check_system_sysctl(), a MAC Framework entry point to | Robert Watson | 2002-10-27 | 10 | -0/+231 |
| * | Hook up mac_check_system_reboot(), a MAC Framework entry point that | Robert Watson | 2002-10-27 | 10 | -0/+187 |
| * | Merge from MAC tree: rename mac_check_vnode_swapon() to | Robert Watson | 2002-10-27 | 10 | -148/+148 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 15 | -4151/+1091 |
| * | Comment describing the semantics of mac_late. | Robert Watson | 2002-10-25 | 8 | -8/+48 |
| * | Provide a simple sample labeled access control policy, mac_partition. | Robert Watson | 2002-10-23 | 2 | -0/+337 |
| * | Style fix: space between 'switch' and '('. | Robert Watson | 2002-10-22 | 2 | -2/+2 |
| * | s/mls/biba/ in a copy+paste error for a printf. | Robert Watson | 2002-10-22 | 1 | -1/+1 |
| * | Remove the mac_te policy bits from 'struct oldmac' -- we're not going | Robert Watson | 2002-10-22 | 1 | -6/+0 |
| * | Don't enforce MAC Biba policy for socket visibility if Biba is not | Robert Watson | 2002-10-22 | 1 | -0/+3 |
| * | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | Robert Watson | 2002-10-22 | 10 | -0/+180 |
| * | Missed in previous merge: export sizeof(struct oldmac) rather than | Robert Watson | 2002-10-22 | 8 | -8/+8 |
| * | Adapt MAC policies for the new user API changes; teach policies how | Robert Watson | 2002-10-22 | 7 | -94/+691 |
| * | Support the new MAC user API in kernel: modify existing system calls | Robert Watson | 2002-10-22 | 8 | -1352/+7336 |
| * | Revised APIs for user process label management; the existing APIs relied | Robert Watson | 2002-10-22 | 2 | -97/+108 |
| * | mac_none is a stub policy without any functional implementation. | Robert Watson | 2002-10-21 | 2 | -14/+14 |
| * | Introduce mac_biba_copy() and mac_mls_copy(), which conditionally | Robert Watson | 2002-10-21 | 2 | -17/+49 |
| * | Add compartment support to Biba and MLS policies. The logic of the | Robert Watson | 2002-10-21 | 5 | -32/+140 |
| * | More in the way of minor consistency improvements: trim 'mac_mls_' | Robert Watson | 2002-10-21 | 1 | -8/+7 |
| * | Demote sockets to single-label objects rather than maintaining a | Robert Watson | 2002-10-21 | 2 | -32/+0 |
| * | Synchonize variable spelling with the MAC tree: we shortened some of | Robert Watson | 2002-10-21 | 1 | -9/+8 |
| * | White space nit the crept in during merge. | Robert Watson | 2002-10-21 | 1 | -1/+1 |
| * | Since the Biba and MLS access checks are identical to the open checks, | Robert Watson | 2002-10-21 | 2 | -24/+2 |
| * | Cleanup of relabel authorization checks -- almost identical logic, | Robert Watson | 2002-10-21 | 2 | -114/+407 |
| * | Add a twiddle to create PTY's with a biba/equal or mls/equal label | Robert Watson | 2002-10-21 | 2 | -0/+18 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-21 | 8 | -16/+8 |
| * | If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the | Robert Watson | 2002-10-20 | 8 | -24/+8 |
| * | Make sure to clear the 'registered' flag for MAC policies when they | Robert Watson | 2002-10-19 | 8 | -0/+8 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 1 | -4/+4 |
| * | Integrate mac_check_socket_send() and mac_check_socket_receive() | Robert Watson | 2002-10-06 | 10 | -0/+280 |
| * | Trim accidentally introduced trailing whitespace. | Robert Watson | 2002-10-06 | 1 | -1/+1 |
| * | Sync from MAC tree: break out the single mmap entry point into | Robert Watson | 2002-10-06 | 15 | -200/+647 |
| * | Modify label allocation semantics for sockets: pass in soalloc's malloc | Robert Watson | 2002-10-05 | 15 | -120/+570 |
| * | Implement mac_create_devfs_symlink() for policies that interact with | Robert Watson | 2002-10-05 | 5 | -0/+55 |
| * | Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during | Robert Watson | 2002-10-05 | 10 | -0/+110 |
| * | Merge implementation of mpo_check_vnode_link() for various appropriate | Robert Watson | 2002-10-05 | 6 | -0/+113 |
| * | Merge support for mac_check_vnode_link(), a MAC framework/policy entry | Robert Watson | 2002-10-05 | 10 | -0/+246 |
| * | While the MAC API has supported the ability to handle M_NOWAIT passed | Robert Watson | 2002-10-05 | 8 | -24/+88 |