PERFORCE change 67064 for review
Andrew Reisse
areisse at FreeBSD.org
Tue Dec 14 15:23:33 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=67064
Change 67064 by areisse at areisse_tislabs on 2004/12/14 15:22:47
Use the policy/flask makefile to build the flask include files for
the kernel.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/flask/Makefile#3 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/flask/Makefile#3 (text+ko) ====
@@ -4,6 +4,8 @@
AWK = awk
+KERNDIR = ../../../../sys/security/sebsd
+
FLASK_H_DEPEND = security_classes initial_sids
AV_H_DEPEND = access_vectors
@@ -18,8 +20,8 @@
/bin/sh ./mkaccess_vector.sh $(AWK) $(AV_H_DEPEND)
install: flask.h av_permissions.h
- install -C -m0644 $(FLASK_H_FILES) ../avc
- install -C -m0644 flask.h ..
+ install -C -m0644 $(FLASK_H_FILES) $(KERNDIR)/avc
+ install -C -m0644 flask.h $(KERNDIR)
clean:
rm -f $(FLASK_H_FILES)
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list