Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 14:09:20 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10478 for review
Message-ID:  <200204292109.g3TL9KZ02339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10478

Change 10478 by green@green_laptop_2 on 2002/04/29 14:09:16

	Install SEBSD example policy files and everything needed to
	boot an SEBSD kernel after an installation.

Affected files ...

... //depot/projects/trustedbsd/mac/contrib/sebsd/policy/README#1 add
... //depot/projects/trustedbsd/mac/contrib/sebsd/policy/policy.conf#2 edit
... //depot/projects/trustedbsd/mac/etc/Makefile#12 edit
... //depot/projects/trustedbsd/mac/etc/mtree/BSD.root.dist#3 edit
... //depot/projects/trustedbsd/mac/etc/mtree/BSD.usr.dist#9 edit
... //depot/projects/trustedbsd/mac/share/Makefile#2 edit
... //depot/projects/trustedbsd/mac/share/security/Makefile#1 add
... //depot/projects/trustedbsd/mac/share/security/sebsd/Makefile#1 add

Differences ...

==== //depot/projects/trustedbsd/mac/contrib/sebsd/policy/policy.conf#2 (text+ko) ====


==== //depot/projects/trustedbsd/mac/etc/Makefile#12 (text+ko) ====

@@ -97,6 +97,10 @@
 	(cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${SSL} \
 	    ${DESTDIR}/etc/ssl )
 .endif
+.if exists(${.CURDIR}/../contrib/sebsd)
+	(cd ${.CURDIR}/../contrib/sebsd/policy; \
+	    /sbin/sebsd_checkpolicy -o ${DESTDIR}/etc/security/sebsd/ss_policy)
+.endif
 .if !defined(NO_MAKEDEV_INSTALL)
 	( cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
 	     MAKEDEV.local MAKEDEV ${DESTDIR}/dev )

==== //depot/projects/trustedbsd/mac/etc/mtree/BSD.root.dist#3 (text+ko) ====

@@ -54,6 +54,10 @@
         ..
         rc.d
         ..
+	security
+		sebsd
+		..
+	..
         skel
         ..
         ssh

==== //depot/projects/trustedbsd/mac/etc/mtree/BSD.usr.dist#9 (text+ko) ====

@@ -984,6 +984,12 @@
                 ..
             ..
         ..
+        security
+            sebsd
+                policy
+                ..
+            ..
+        ..
         sendmail
         ..
         skel

==== //depot/projects/trustedbsd/mac/share/Makefile#2 (text+ko) ====

@@ -4,7 +4,7 @@
 # Do not include `info' in the SUBDIR list, it is handled separately.
 
 SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
-	msgdef numericdef skel syscons tabset termcap timedef zoneinfo
+	msgdef numericdef security skel syscons tabset termcap timedef zoneinfo
 
 .if !defined(NO_SHAREDOCS)
 SUBDIR+= doc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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