Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 18:33:12 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97272 for review
Message-ID:  <200605161833.k4GIXCYU072443@repoman.freebsd.org>

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

Change 97272 by millert@millert_p4 on 2006/05/16 18:32:48

	Compile new .c files added by SEBSD module upgrade.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/conf/files#20 edit
.. //depot/projects/trustedbsd/sebsd/sys/modules/sebsd/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/conf/files#20 (text+ko) ====

@@ -1876,6 +1876,7 @@
 security/sebsd/sebsd_syscall.c	optional sebsd
 security/sebsd/sebsd_sysctl.c	optional sebsd
 security/sebsd/avc/avc.c	optional sebsd
+security/sebsd/avc/avc_audit.c	optional sebsd
 security/sebsd/ss/avtab.c	optional sebsd
 security/sebsd/ss/ebitmap.c	optional sebsd
 security/sebsd/ss/hashtab.c	optional sebsd
@@ -1887,6 +1888,7 @@
 security/sebsd/ss/symtab.c	optional sebsd
 security/sebsd/ss/fileutils.c	optional sebsd
 security/sebsd/ss/conditional.c	optional sebsd
+security/sebsd/ss/mls.c		optional sebsd
 ufs/ffs/ffs_alloc.c		optional ffs
 ufs/ffs/ffs_balloc.c		optional ffs
 ufs/ffs/ffs_inode.c		optional ffs

==== //depot/projects/trustedbsd/sebsd/sys/modules/sebsd/Makefile#4 (text+ko) ====

@@ -9,6 +9,7 @@
 	sebsd_syscall.c \
 	sebsd_sysctl.c \
 	avc.c \
+	avc_audit.c \
 	avtab.c \
 	ebitmap.c \
 	hashtab.c \
@@ -19,6 +20,7 @@
 	sidtab.c \
 	symtab.c \
 	fileutils.c \
-	conditional.c 
+	conditional.c \
+	mls.c
 
 .include <bsd.kmod.mk>



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