Make cpuplug policy permissive

This commit is contained in:
Lukas Vrabec 2014-10-06 15:23:35 +02:00
parent 1e232a7f1c
commit d805f9bbca
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -62,3 +62,10 @@ optional_policy(`
')
permissive brltty_t;
')
optional_policy(`
gen_require(`
type cpuplug_t;
')
permissive cpuplug_t;
')