Hook up mac_stub to the modules Makefile.
Hook up mac_stub in files and options. Reference mac_stub in NOTES.
This commit is contained in:
parent
3c949f1581
commit
589403136d
@ -806,6 +806,7 @@ options MAC_NONE
|
||||
options MAC_PARTITION
|
||||
options MAC_PORTACL
|
||||
options MAC_SEEOTHERUIDS
|
||||
options MAC_STUB
|
||||
options MAC_TEST
|
||||
|
||||
|
||||
|
@ -1573,6 +1573,7 @@ security/mac_none/mac_none.c optional mac_none
|
||||
security/mac_partition/mac_partition.c optional mac_partition
|
||||
security/mac_portacl/mac_portacl.c optional mac_portacl
|
||||
security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
|
||||
security/mac_stub/mac_stub.c optional mac_stub
|
||||
security/mac_test/mac_test.c optional mac_test
|
||||
ufs/ffs/ffs_alloc.c optional ffs
|
||||
ufs/ffs/ffs_balloc.c optional ffs
|
||||
|
@ -115,6 +115,7 @@ MAC_NONE opt_dontuse.h
|
||||
MAC_PARTITION opt_dontuse.h
|
||||
MAC_PORTACL opt_dontuse.h
|
||||
MAC_SEEOTHERUIDS opt_dontuse.h
|
||||
MAC_STUB opt_dontuse.h
|
||||
MAC_TEST opt_dontuse.h
|
||||
MD_ROOT opt_md.h
|
||||
MD_ROOT_SIZE opt_md.h
|
||||
|
@ -75,6 +75,7 @@ SUBDIR= accf_data \
|
||||
mac_partition \
|
||||
mac_portacl \
|
||||
mac_seeotheruids \
|
||||
mac_stub \
|
||||
mac_test \
|
||||
mcd \
|
||||
md \
|
||||
|
Loading…
x
Reference in New Issue
Block a user