Add systemd_sysctl_t as a permissive domain

This commit is contained in:
Dan Walsh 2013-01-31 10:30:03 -05:00
parent f125066d3c
commit 32922067ef

View File

@ -23,3 +23,12 @@ optional_policy(`
permissive systemd_hostnamed_t;
')
optional_policy(`
gen_require(`
type systemd_sysctl_t;
')
permissive systemd_sysctl_t;
')