diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-24 17:21:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-24 17:21:40 +0000 |
| commit | eae2f20c47944d742e32e844f6ad8c3df0e529bb (patch) | |
| tree | d0ec4c290ae6f45e293b0fd842fc3cee7c69e46f /sys | |
| parent | 7aab30d1d82c926bec58d7d8c9bec38f53703f2f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 9 | ||||
| -rw-r--r-- | sys/conf/files | 7 | ||||
| -rw-r--r-- | sys/conf/options | 7 |
3 files changed, 22 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ea14607371c81..9379a59e615b0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -760,8 +760,15 @@ options P1003_1B_SEMAPHORES # Support for Mandatory Access Control (MAC): options MAC +options MAC_BIBA +options MAC_BSDEXTENDED options MAC_DEBUG -options MAC_NONE # Statically link mac_none policy +options MAC_IFOFF +options MAC_MLS +options MAC_NONE +options MAC_PARTITION +options MAC_SEEOTHERUIDS +options MAC_TEST ##################################################################### diff --git a/sys/conf/files b/sys/conf/files index 15839bff277a8..cc21440e534e8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1494,7 +1494,14 @@ posix4/ksched.c optional _kposix_priority_scheduling posix4/p1003_1b.c standard posix4/posix4_mib.c standard kern/uipc_sem.c optional p1003_1b_semaphores +security/mac_biba/mac_biba.c optional mac_biba +security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended +security/mac_ifoff/mac_ifoff.c optional mac_ifoff +security/mac_mls/mac_mls.c optional mac_mls security/mac_none/mac_none.c optional mac_none +security/mac_partition/mac_partition.c optional mac_partition +security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids +security/mac_test/mac_test.c optional mac_test ufs/ffs/ffs_alloc.c optional ffs ufs/ffs/ffs_balloc.c optional ffs ufs/ffs/ffs_inode.c optional ffs diff --git a/sys/conf/options b/sys/conf/options index 9305b2ab1bfd6..5c67f4972bc24 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -145,8 +145,15 @@ P1003_1B_SEMAPHORES opt_posix.h # Support for Mandatory Access Control (MAC) MAC opt_mac.h +MAC_BIBA opt_dontuse.h +MAC_BSDEXTENDED opt_dontuse.h MAC_DEBUG opt_mac.h +MAC_IFOFF opt_dontuse.h +MAC_MLS opt_dontuse.h MAC_NONE opt_dontuse.h +MAC_PARTITION opt_dontuse.h +MAC_SEEOTHERUIDS opt_dontuse.h +MAC_TEST opt_dontuse.h # Do we want the config file compiled into the kernel? INCLUDE_CONFIG_FILE opt_config.h |
