Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed misspellings of 0 as NULL. | bde | 2004-03-11 | 1 | -3/+2 |
| | |||||
* | Add bsde_add_rule(), which is similar to bsde_set_rule() except that | rwatson | 2004-02-25 | 1 | -1/+42 |
| | | | | | | | | the caller does not specify the rule number -- instead, the kernel module is probed for the next available rule, which is then used. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research | ||||
* | License and blurb update authorized by Network Associates. | rwatson | 2002-11-07 | 1 | -7/+4 |
| | |||||
* | Use size_t instead of int for len variables passed in/out of sysctl. | rwatson | 2002-09-27 | 1 | -2/+3 |
| | | | | Pointed out by: jake | ||||
* | Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it. | rwatson | 2002-08-14 | 1 | -1/+1 |
| | | | | Suggested by: mike | ||||
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 1 | -0/+712 |
kernel access control. Provide a library to manage user file system firewall-like rules supported by the mac_bsdextended.ko security model. The kernel module exports the current rule set using sysctl, and this library provides a front end that includes support for retrieving and setting rules, as well as printing and parsing them. Note: as with other userland components, this is a WIP. However, when used in combination with the soon-to-be-committed ugidfw, it can actually be quite useful in multi-user environments to allow the administrator to limit inter-user file operations without resorting to heavier weight labeled security policies. Obtained form: TrustedBSD Project Sponsored by: DARPA, NAI Labs |