From 4af26db23aa536ce300778fff12649469e43dadc Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 2 Dec 2002 03:22:57 +0000 Subject: 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 --- usr.sbin/setfmac/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin/setfmac/Makefile') diff --git a/usr.sbin/setfmac/Makefile b/usr.sbin/setfmac/Makefile index d991e98..e7171f7 100644 --- a/usr.sbin/setfmac/Makefile +++ b/usr.sbin/setfmac/Makefile @@ -4,6 +4,10 @@ PROG= setfmac MAN= setfmac.8 SRCS= setfmac.c +LINKS+= ${BINDIR}/setfmac ${BINDIR}/setfsmac + +MLINKS+= setfmac.8 setfsmac.8 + WARNS?= 2 .include -- cgit v1.1