trunk: long overdue cleanup from when range_transitions were only in the base module
This commit is contained in:
parent
762d2cb989
commit
38d0cf1b8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user