Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2004 15:23:33 GMT
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 67064 for review
Message-ID:  <200412141523.iBEFNXVN052739@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67064

Change 67064 by areisse@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412141523.iBEFNXVN052739>