PERFORCE change 19548 for review
Chris Vance
cvance at freebsd.org
Fri Oct 18 16:54:44 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19548
Change 19548 by cvance at cvance_laptop on 2002/10/18 09:53:47
Allow SEBSD to be linked directly into the kernel so we can get
the support of INVARIANTS, WITNESS, etc.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/conf/files#58 edit
.. //depot/projects/trustedbsd/mac/sys/conf/options#33 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/conf/files#58 (text+ko) ====
@@ -1431,6 +1431,20 @@
security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
security/mac_te/mac_te.c optional mac_te
security/mac_test/mac_test.c optional mac_test
+security/sebsd/sebsd.c optional sebsd
+security/sebsd/sebsd_syscall.c optional sebsd
+security/sebsd/sebsd_sysctl.c optional sebsd
+security/sebsd/avc/avc.c optional sebsd
+security/sebsd/ss/avtab.c optional sebsd
+security/sebsd/ss/ebitmap.c optional sebsd
+security/sebsd/ss/hashtab.c optional sebsd
+security/sebsd/ss/init.c optional sebsd
+security/sebsd/ss/policydb.c optional sebsd
+security/sebsd/ss/queue.c optional sebsd
+security/sebsd/ss/services.c optional sebsd
+security/sebsd/ss/sidtab.c optional sebsd
+security/sebsd/ss/symtab.c optional sebsd
+security/sebsd/ss/fileutils.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/mac/sys/conf/options#33 (text+ko) ====
@@ -155,6 +155,7 @@
MAC_SEEOTHERUIDS opt_dontuse.h
MAC_TE opt_dontuse.h
MAC_TEST opt_dontuse.h
+SEBSD opt_dontuse.h
# Do we want the config file compiled into the kernel?
INCLUDE_CONFIG_FILE opt_config.h
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