Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 11:24:43 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30809 for review
Message-ID:  <200305081824.h48IOhuc068355@repoman.freebsd.org>

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

Change 30809 by cvance@cvance_demo on 2003/05/08 11:24:00

	Don't create symlinks for directories under sys/security/sebsd,
	or the makefile will rm -rf the source directories and overlay
	symlinks (ouch).

Affected files ...

.. //depot/projects/trustedbsd/sebsd/include/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/include/Makefile#3 (text+ko) ====

@@ -44,7 +44,7 @@
 
 # For SHARED=symlinks, cam, netatm, and netgraph are symlinks, so cam/scsi,
 # netatm/*, and netgraph/* are taken care of
-LSYMSUBDIRS=	${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*}
+LSYMSUBDIRS=	${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*:Nsecurity/sebsd/avc:Nsecurity/sebsd/ss}
 
 # Define SHARED to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is



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