| Commit message (Expand) | Author | Age | Files | Lines |
* | Redesign the externalization APIs from the MAC Framework to | rwatson | 2003-06-23 | 1 | -40/+20 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -4/+4 |
* | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | rwatson | 2003-05-08 | 1 | -8/+8 |
* | Clean up locking for the MAC Framework: | rwatson | 2003-05-07 | 1 | -78/+180 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 1 | -0/+2 |
* | Update NAI copyright to 2003, missed in earlier commits and merges. | rwatson | 2003-04-18 | 1 | -1/+1 |
* | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | rwatson | 2003-04-15 | 1 | -3/+2 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | rwatson | 2003-04-14 | 1 | -17/+118 |
* | Abstract access to the mbuf header label behind a new function, | rwatson | 2003-04-14 | 1 | -25/+80 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+2 |
* | Modify the mac_init_ipq() MAC Framework entry point to accept an | rwatson | 2003-03-26 | 1 | -4/+12 |
* | Instrument sysarch() MD privileged I/O access interfaces with a MAC | rwatson | 2003-03-06 | 1 | -0/+12 |
* | Provide a mac_check_system_swapoff() entry point, which permits MAC | rwatson | 2003-03-05 | 1 | -0/+14 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -34/+34 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -34/+34 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -4/+4 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -4/+4 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -5/+5 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -5/+5 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -5/+5 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 1 | -9/+11 |
* | Un-staticize mac_cred_mmapped_drop_perms() so that it may be used | rwatson | 2002-11-26 | 1 | -1/+1 |
* | Introduce p_label, extensible security label storage for the MAC framework | rwatson | 2002-11-20 | 1 | -1/+25 |
* | Merge kld access control checks from the MAC tree: these access control | rwatson | 2002-11-19 | 1 | -0/+46 |
* | Introduce a condition variable to avoid returning EBUSY when | rwatson | 2002-11-13 | 1 | -29/+52 |
* | Garbage collect mac_create_devfs_vnode() -- it hasn't been used since | rwatson | 2002-11-12 | 1 | -7/+0 |
* | Garbage collect definition of M_MACOPVEC -- we no longer perform a | rwatson | 2002-11-11 | 1 | -2/+0 |
* | Add an explicit execlabel argument to exec-related MAC policy entry | rwatson | 2002-11-08 | 1 | -3/+4 |
* | Bring in two sets of changes: | rwatson | 2002-11-05 | 1 | -6/+56 |
* | Assert that appropriate vnodes are locked in mac_execve_will_transition(). | rwatson | 2002-11-05 | 1 | -0/+8 |
* | Permit MAC policies to instrument the access control decisions for | rwatson | 2002-11-04 | 1 | -0/+31 |
* | Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MAC | rwatson | 2002-11-04 | 1 | -6/+0 |
* | License clarification and wording changes: NAI has approved removal of | rwatson | 2002-11-04 | 1 | -7/+4 |
* | Introduce mac_check_system_settime(), a MAC check allowing policies to | rwatson | 2002-11-03 | 1 | -0/+13 |
* | Add MAC checks for various kenv() operations: dump, get, set, unset, | rwatson | 2002-11-01 | 1 | -0/+52 |
* | Move to C99 sparse structure initialization for the mac_policy_ops | rwatson | 2002-10-30 | 1 | -583/+0 |
* | While 'mode_t' seemed like a good idea for the access mode argument for | rwatson | 2002-10-30 | 1 | -3/+3 |
* | An inappropriate ASSERT slipped in during the recent merge of the | rwatson | 2002-10-28 | 1 | -2/+0 |
* | Centrally manage enforcement of {reboot,swapon,sysctl} using the | rwatson | 2002-10-27 | 1 | -13/+9 |
* | Implement mac_check_system_sysctl(), a MAC Framework entry point to | rwatson | 2002-10-27 | 1 | -0/+28 |
* | Hook up mac_check_system_reboot(), a MAC Framework entry point that | rwatson | 2002-10-27 | 1 | -0/+23 |
* | Merge from MAC tree: rename mac_check_vnode_swapon() to | rwatson | 2002-10-27 | 1 | -18/+18 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 1 | -486/+90 |
* | Comment describing the semantics of mac_late. | rwatson | 2002-10-25 | 1 | -1/+6 |
* | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | rwatson | 2002-10-22 | 1 | -0/+22 |
* | Missed in previous merge: export sizeof(struct oldmac) rather than | rwatson | 2002-10-22 | 1 | -1/+1 |
* | Support the new MAC user API in kernel: modify existing system calls | rwatson | 2002-10-22 | 1 | -169/+917 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -2/+1 |