Date: Fri, 2 Aug 2002 14:14:43 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc mac.3 mac_biba.c mac_free.3 mac_free.c mac_get.3 mac_get.c mac_internal.h mac_is_present_np.3 mac_is_present_np.c mac_mls.c mac_sebsd.c mac_set.3 mac_set.c mac_te.c mac_text.3 mac_text.c Message-ID: <200208022114.g72LEhX5009458@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/08/02 14:14:43 PDT Modified files: lib/libc/posix1e Makefile.inc Added files: lib/libc/posix1e mac.3 mac_biba.c mac_free.3 mac_free.c mac_get.3 mac_get.c mac_internal.h mac_is_present_np.3 mac_is_present_np.c mac_mls.c mac_sebsd.c mac_set.3 mac_set.c mac_te.c mac_text.3 mac_text.c Log: Introduce support for Mandatory Access Control and extensible kernel access control. Extensions to libc to provide basic MAC label manipulation facilities for userland. These interface will be replaced in the next month or two with more flexible interfaces, but provide sufficient support to allow use of the Biba and MLS policies for user applications. libc_r wrappers to follow. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.9 +25 -2 src/lib/libc/posix1e/Makefile.inc 1.1 +140 -0 src/lib/libc/posix1e/mac.3 (new) 1.1 +218 -0 src/lib/libc/posix1e/mac_biba.c (new) 1.1 +73 -0 src/lib/libc/posix1e/mac_free.3 (new) 1.1 +45 -0 src/lib/libc/posix1e/mac_free.c (new) 1.1 +108 -0 src/lib/libc/posix1e/mac_get.3 (new) 1.1 +101 -0 src/lib/libc/posix1e/mac_get.c (new) 1.1 +50 -0 src/lib/libc/posix1e/mac_internal.h (new) 1.1 +73 -0 src/lib/libc/posix1e/mac_is_present_np.3 (new) 1.1 +86 -0 src/lib/libc/posix1e/mac_is_present_np.c (new) 1.1 +218 -0 src/lib/libc/posix1e/mac_mls.c (new) 1.1 +67 -0 src/lib/libc/posix1e/mac_sebsd.c (new) 1.1 +124 -0 src/lib/libc/posix1e/mac_set.3 (new) 1.1 +56 -0 src/lib/libc/posix1e/mac_set.c (new) 1.1 +70 -0 src/lib/libc/posix1e/mac_te.c (new) 1.1 +169 -0 src/lib/libc/posix1e/mac_text.3 (new) 1.1 +182 -0 src/lib/libc/posix1e/mac_text.c (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?200208022114.g72LEhX5009458>