PERFORCE change 87006 for review
Christian S.J. Peron
csjp at FreeBSD.org
Sun Nov 20 18:11:22 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=87006
Change 87006 by csjp at 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
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