aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/setfmac/Makefile
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-02 03:22:57 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-02 03:22:57 +0000
commita8896b02e03af0e927be8756f15d11b8cabb75ba (patch)
tree7b74406a0401819ee806eb2cdb6b8c41a8c1c4a7 /usr.sbin/setfmac/Makefile
parent5b8429c7b304c960c3869b6a4b50deef68533a95 (diff)
downloadsrc-a8896b02e03af0e927be8756f15d11b8cabb75ba.tar.gz
src-a8896b02e03af0e927be8756f15d11b8cabb75ba.zip
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
Notes
Notes: svn path=/head/; revision=107489
Diffstat (limited to 'usr.sbin/setfmac/Makefile')
-rw-r--r--usr.sbin/setfmac/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/setfmac/Makefile b/usr.sbin/setfmac/Makefile
index d991e980009c..e7171f7a20f8 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 <bsd.prog.mk>