Merge pull request #383 from maage/enable_mls

fix: policy: init: there is no enabled_mls, it is enable_mls
This commit is contained in:
Chris PeBenito 2021-07-06 09:15:46 -04:00 committed by GitHub
commit d7bb1b2e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ ifdef(`distro_suse',`
')
')
ifdef(`enabled_mls',`
ifdef(`enable_mls',`
optional_policy(`
# allow init scripts to su
su_restricted_domain_template(initrc, initrc_t, system_r)