Date: Tue, 26 Nov 2002 09:26:06 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_lomac mac_lomac.c mac_lomac.h Message-ID: <200211261726.gAQHQ6YB089121@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/11/26 09:26:06 PST Added files: sys/security/mac_lomac mac_lomac.c mac_lomac.h Log: Import an implementation of LOMAC (Low-Watermark Mandatory Access 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 Revision Changes Path 1.1 +2749 -0 src/sys/security/mac_lomac/mac_lomac.c (new) 1.1 +93 -0 src/sys/security/mac_lomac/mac_lomac.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211261726.gAQHQ6YB089121>