From owner-cvs-all Sun Dec 1 19:27: 1 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 05DF037B401; Sun, 1 Dec 2002 19:27:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAED043ED8; Sun, 1 Dec 2002 19:26:59 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB23MvmV003716; Sun, 1 Dec 2002 19:22:57 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB23Mvg4003715; Sun, 1 Dec 2002 19:22:57 -0800 (PST) Message-Id: <200212020322.gB23Mvg4003715@repoman.freebsd.org> From: Robert Watson Date: Sun, 1 Dec 2002 19:22:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setfmac Makefile setfmac.8 setfmac.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/12/01 19:22:57 PST Modified files: usr.sbin/setfmac Makefile setfmac.8 setfmac.c Log: Add support for -R for file relabel operations. Add 'setfsmac' link, which permits labels to be provided in a label specification file, making it easier to provide initial file system labeling specifications. This is used by the new mac_lomac to provide initial system labeling and policy, and by sebsd, the port of SELinux FLASK/TE to FreeBSD. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.3 +4 -0 src/usr.sbin/setfmac/Makefile 1.3 +73 -8 src/usr.sbin/setfmac/setfmac.8 1.2 +432 -40 src/usr.sbin/setfmac/setfmac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message