aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_lomac/mac_lomac.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in current: (cherry picked from commit 95ee2897e98f)
* sys/security: minor spelling fixes.Pedro F. Giffuni2016-05-061-1/+1
| | | | | | | No functional change. Notes: svn path=/head/; revision=299187
* Remove an obsoleted comment about struct versions.Robert Watson2005-01-231-1/+0
| | | | | | | | MFC after: 3 days Pointed out by: trhodes Notes: svn path=/head/; revision=140661
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-221-2/+2
| | | | | | | | | | | to use the "year1-year3" format, as opposed to "year1, year2, year3". This seems to make lawyers more happy, but also prevents the lines from getting excessively long as the years start to add up. Suggested by: imp Notes: svn path=/head/; revision=126097
* License tweak: remove clause 3 per permission of NAI.Robert Watson2002-12-031-3/+0
| | | | | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=107551
* Import an implementation of LOMAC (Low-Watermark Mandatory AccessRobert Watson2002-11-261-0/+93
Control) as a MAC Framework policy module. Unlike the existing src/sys/security/lomac implementation, this one has its fingers out of the kernel lock order and doesn't make use of flags in existing kernel structures. This greatly reduces the quantity of replicated code with src/sys/kern, simplifies the implementation (3000 vs 8500 lines), and correctes a number of known stability problems with the existing LOMAC implementation, which will be removed. A bit more hooking up to do here. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=107273