really fix init out of base module problem
This commit is contained in:
parent
3411c3c35d
commit
27c34bbe0d
@ -194,7 +194,7 @@ interface(`init_getpgid',`
|
||||
type init_t;
|
||||
|
||||
# cjp: remove this when init_t decl is moved back to this module
|
||||
type init_exec_t;
|
||||
type initctl_t;
|
||||
')
|
||||
|
||||
allow $1 init_t:process getpgid;
|
||||
@ -215,7 +215,7 @@ interface(`init_signull',`
|
||||
type init_t;
|
||||
|
||||
# cjp: remove this when init_t decl is moved back to this module
|
||||
type init_exec_t;
|
||||
type initctl_t;
|
||||
')
|
||||
|
||||
allow $1 init_t:process signull;
|
||||
@ -236,7 +236,7 @@ interface(`init_sigchld',`
|
||||
type init_t;
|
||||
|
||||
# cjp: remove this when init_t decl is moved back to this module
|
||||
type init_exec_t;
|
||||
type initctl_t;
|
||||
')
|
||||
|
||||
allow $1 init_t:process sigchld;
|
||||
@ -251,7 +251,7 @@ interface(`init_use_fds',`
|
||||
type init_t;
|
||||
|
||||
# cjp: remove this when init_t decl is moved back to this module
|
||||
type init_exec_t;
|
||||
type initctl_t;
|
||||
')
|
||||
|
||||
allow $1 init_t:fd use;
|
||||
@ -266,7 +266,7 @@ interface(`init_dontaudit_use_fds',`
|
||||
type init_t;
|
||||
|
||||
# cjp: remove this when init_t decl is moved back to this module
|
||||
type init_exec_t;
|
||||
type initctl_t;
|
||||
')
|
||||
|
||||
dontaudit $1 init_t:fd use;
|
||||
@ -287,7 +287,7 @@ interface(`init_udp_send',`
|
||||
type init_t;
|
||||
|
||||
# cjp: remove this when init_t decl is moved back to this module
|
||||
type init_exec_t;
|
||||
type initctl_t;
|
||||
')
|
||||
|
||||
allow $1 init_t:udp_socket sendto;
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(init,1.3.5)
|
||||
policy_module(init,1.3.6)
|
||||
|
||||
gen_require(`
|
||||
class passwd rootok;
|
||||
|
Loading…
Reference in New Issue
Block a user