Added mon_statd_t and mon_procd_t to permissivedomains.

This commit is contained in:
Lukas Vrabec 2014-10-13 15:45:06 +02:00
parent 50b67a748c
commit 2ca2a22c66
2 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@ -69,3 +69,17 @@ optional_policy(`
')
permissive cpuplug_t;
')
optional_policy(`
gen_require(`
type mon_statd_t;
')
permissive mon_statd_t;
')
optional_policy(`
gen_require(`
type mon_procd_t;
')
permissive mon_procd_t;
')