init: init_script_domain() allow system_r role the init script domain type

Manually apply patch from Dominick Grift.
This commit is contained in:
Chris PeBenito 2013-12-10 10:26:53 -05:00
parent eb0dcf6f94
commit 5cb20b443e
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ interface(`init_script_domain',`
domain_type($1)
domain_entry_file($1, $2)
role system_r types $1;
domtrans_pattern(init_run_all_scripts_domain, $2, $1)
')