selinux: Set regular file for labeled Booleans genfscons.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2021-03-19 15:04:12 -04:00
parent 9d57bf3a2e
commit b36334e937
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ interface(`selinux_labeled_boolean',`
# because of this statement, any module which # because of this statement, any module which
# calls this interface must be in the base module: # calls this interface must be in the base module:
genfscon selinuxfs /booleans/$2 gen_context(system_u:object_r:$1,s0) genfscon selinuxfs /booleans/$2 -- gen_context(system_u:object_r:$1,s0)
') ')
######################################## ########################################