diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index 333cf8f..0e7ef25 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -300,9 +300,6 @@ interface(`init_exec',` interface(`init_getpgid',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:process getpgid; @@ -321,9 +318,6 @@ interface(`init_getpgid',` interface(`init_signull',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:process signull; @@ -342,9 +336,6 @@ interface(`init_signull',` interface(`init_sigchld',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:process sigchld; @@ -363,9 +354,6 @@ interface(`init_sigchld',` interface(`init_use_fds',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:fd use; @@ -385,9 +373,6 @@ interface(`init_use_fds',` interface(`init_dontaudit_use_fds',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') dontaudit $1 init_t:fd use;