corenet was missing from unconfined
This commit is contained in:
parent
892266ca76
commit
8c3f438f75
|
@ -25,6 +25,7 @@ template(`unconfined_domain_template',`
|
||||||
allow $1 self:passwd *;
|
allow $1 self:passwd *;
|
||||||
|
|
||||||
kernel_unconfined($1)
|
kernel_unconfined($1)
|
||||||
|
corenet_unconfined($1)
|
||||||
dev_unconfined($1)
|
dev_unconfined($1)
|
||||||
fs_unconfined($1)
|
fs_unconfined($1)
|
||||||
selinux_unconfined($1)
|
selinux_unconfined($1)
|
||||||
|
|
Loading…
Reference in New Issue