Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2005 18:11:22 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87006 for review
Message-ID:  <200511201811.jAKIBMJv054932@repoman.freebsd.org>

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

Change 87006 by csjp@csjp_xor on 2005/11/20 18:11:21

	Add the MAC_CHKEXEC kernel option to the MAC kernel configuration
	file, so users know about the file system trusted executable policy.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/alpha/conf/MAC#2 edit
.. //depot/projects/trustedbsd/mac/sys/amd64/conf/MAC#2 edit
.. //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#58 edit
.. //depot/projects/trustedbsd/mac/sys/ia64/conf/MAC#2 edit
.. //depot/projects/trustedbsd/mac/sys/pc98/conf/MAC#2 edit
.. //depot/projects/trustedbsd/mac/sys/powerpc/conf/MAC#2 edit
.. //depot/projects/trustedbsd/mac/sys/sparc64/conf/MAC#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/alpha/conf/MAC#2 (text+ko) ====

@@ -26,3 +26,4 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy

==== //depot/projects/trustedbsd/mac/sys/amd64/conf/MAC#2 (text+ko) ====

@@ -26,3 +26,4 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy

==== //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#58 (text+ko) ====

@@ -26,6 +26,7 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy
 
 #options 	MAC_ALWAYS_LABEL_MBUF
 options 	MAC_DEBUG

==== //depot/projects/trustedbsd/mac/sys/ia64/conf/MAC#2 (text+ko) ====

@@ -26,3 +26,4 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy

==== //depot/projects/trustedbsd/mac/sys/pc98/conf/MAC#2 (text+ko) ====

@@ -26,3 +26,4 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy

==== //depot/projects/trustedbsd/mac/sys/powerpc/conf/MAC#2 (text+ko) ====

@@ -26,3 +26,4 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy

==== //depot/projects/trustedbsd/mac/sys/sparc64/conf/MAC#2 (text+ko) ====

@@ -26,3 +26,4 @@
 #options 	MAC_SEEOTHERUIDS	# UID visibility policy
 #options 	MAC_STUB		# Stub policy
 #options 	MAC_TEST		# Testing policy for the MAC framework
+#options 	MAC_CHKEXEC		# File system trusted executable policy



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