aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_lomac
Commit message (Expand)AuthorAgeFilesLines
* Correct logic for filling out a "new" label during a credentialRobert Watson2003-08-211-7/+29
* Remove trailing whitespace.Robert Watson2003-07-051-1/+1
* Redesign the externalization APIs from the MAC Framework toRobert Watson2003-06-231-105/+66
* Also implement mpo_copy_mbuf_label() for mac_lomac, or labels mayRobert Watson2003-06-021-0/+1
* Remove double return()Poul-Henning Kamp2003-05-311-2/+0
* Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and TestRobert Watson2003-04-151-1/+1
* Modify the mac_init_ipq() MAC Framework entry point to accept anRobert Watson2003-03-261-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-171-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix warnings on 64bits architectures.Maxime Henrion2003-01-061-2/+1
* Default policies to on: if you load them or compile them into yourRobert Watson2002-12-101-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-8/+10
* Remove a const that generates a warning: the const isn't strictlyRobert Watson2002-12-041-1/+1
* License tweak: remove clause 3 per permission of NAI.Robert Watson2002-12-032-6/+0
* Correct two warnings by staticizing a function and removing an unusedRobert Watson2002-11-261-11/+1
* Import an implementation of LOMAC (Low-Watermark Mandatory AccessRobert Watson2002-11-262-0/+2842