make corecommands required
This commit is contained in:
parent
a19e346437
commit
e5d45268fd
|
@ -418,7 +418,7 @@ userdomain = module
|
||||||
# Core policy for shells, and generic programs
|
# Core policy for shells, and generic programs
|
||||||
# in /bin, /sbin, /usr/bin, and /usr/sbin.
|
# in /bin, /sbin, /usr/bin, and /usr/sbin.
|
||||||
#
|
#
|
||||||
corecommands = module
|
corecommands = base
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: hotplug
|
# Module: hotplug
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
## Core policy for shells, and generic programs
|
## Core policy for shells, and generic programs
|
||||||
## in /bin, /sbin, /usr/bin, and /usr/sbin.
|
## in /bin, /sbin, /usr/bin, and /usr/sbin.
|
||||||
## </summary>
|
## </summary>
|
||||||
|
## <required val="true">
|
||||||
|
## Contains the base bin and sbin directory types
|
||||||
|
## which need to be searched for the kernel to
|
||||||
|
## run init.
|
||||||
|
## </required>
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
|
|
Loading…
Reference in New Issue