From owner-cvs-all Fri Aug 2 14:14:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEED437B400; Fri, 2 Aug 2002 14:14:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBB043E77; Fri, 2 Aug 2002 14:14:43 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72LEhJU009459; Fri, 2 Aug 2002 14:14:43 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72LEhX5009458; Fri, 2 Aug 2002 14:14:43 -0700 (PDT) Message-Id: <200208022114.g72LEhX5009458@freefall.freebsd.org> From: Robert Watson Date: Fri, 2 Aug 2002 14:14:43 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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