Hook up kernel options and build information for mac_lomac.

Approved by:	re
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
Robert Watson 2002-11-26 17:32:39 +00:00
parent d1989db545
commit c47257370f
3 changed files with 3 additions and 0 deletions

View File

@ -764,6 +764,7 @@ options MAC_BIBA
options MAC_BSDEXTENDED options MAC_BSDEXTENDED
options MAC_DEBUG options MAC_DEBUG
options MAC_IFOFF options MAC_IFOFF
options MAC_LOMAC
options MAC_MLS options MAC_MLS
options MAC_NONE options MAC_NONE
options MAC_PARTITION options MAC_PARTITION

View File

@ -1507,6 +1507,7 @@ kern/uipc_sem.c optional p1003_1b_semaphores
security/mac_biba/mac_biba.c optional mac_biba security/mac_biba/mac_biba.c optional mac_biba
security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended
security/mac_ifoff/mac_ifoff.c optional mac_ifoff security/mac_ifoff/mac_ifoff.c optional mac_ifoff
security/mac_lomac/mac_lomac.c optional mac_lomac
security/mac_mls/mac_mls.c optional mac_mls security/mac_mls/mac_mls.c optional mac_mls
security/mac_none/mac_none.c optional mac_none security/mac_none/mac_none.c optional mac_none
security/mac_partition/mac_partition.c optional mac_partition security/mac_partition/mac_partition.c optional mac_partition

View File

@ -152,6 +152,7 @@ MAC_BIBA opt_dontuse.h
MAC_BSDEXTENDED opt_dontuse.h MAC_BSDEXTENDED opt_dontuse.h
MAC_DEBUG opt_mac.h MAC_DEBUG opt_mac.h
MAC_IFOFF opt_dontuse.h MAC_IFOFF opt_dontuse.h
MAC_LOMAC opt_dontuse.h
MAC_MLS opt_dontuse.h MAC_MLS opt_dontuse.h
MAC_NONE opt_dontuse.h MAC_NONE opt_dontuse.h
MAC_PARTITION opt_dontuse.h MAC_PARTITION opt_dontuse.h