really fix

This commit is contained in:
Chris PeBenito 2006-04-05 20:06:21 +00:00
parent 27c34bbe0d
commit 70de70dc88

View File

@ -194,7 +194,7 @@ interface(`init_getpgid',`
type init_t; type init_t;
# cjp: remove this when init_t decl is moved back to this module # cjp: remove this when init_t decl is moved back to this module
type initctl_t; attribute direct_run_init;
') ')
allow $1 init_t:process getpgid; allow $1 init_t:process getpgid;
@ -215,7 +215,7 @@ interface(`init_signull',`
type init_t; type init_t;
# cjp: remove this when init_t decl is moved back to this module # cjp: remove this when init_t decl is moved back to this module
type initctl_t; attribute direct_run_init;
') ')
allow $1 init_t:process signull; allow $1 init_t:process signull;
@ -236,7 +236,7 @@ interface(`init_sigchld',`
type init_t; type init_t;
# cjp: remove this when init_t decl is moved back to this module # cjp: remove this when init_t decl is moved back to this module
type initctl_t; attribute direct_run_init;
') ')
allow $1 init_t:process sigchld; allow $1 init_t:process sigchld;
@ -251,7 +251,7 @@ interface(`init_use_fds',`
type init_t; type init_t;
# cjp: remove this when init_t decl is moved back to this module # cjp: remove this when init_t decl is moved back to this module
type initctl_t; attribute direct_run_init;
') ')
allow $1 init_t:fd use; allow $1 init_t:fd use;
@ -266,7 +266,7 @@ interface(`init_dontaudit_use_fds',`
type init_t; type init_t;
# cjp: remove this when init_t decl is moved back to this module # cjp: remove this when init_t decl is moved back to this module
type initctl_t; attribute direct_run_init;
') ')
dontaudit $1 init_t:fd use; dontaudit $1 init_t:fd use;
@ -287,7 +287,7 @@ interface(`init_udp_send',`
type init_t; type init_t;
# cjp: remove this when init_t decl is moved back to this module # cjp: remove this when init_t decl is moved back to this module
type initctl_t; attribute direct_run_init;
') ')
allow $1 init_t:udp_socket sendto; allow $1 init_t:udp_socket sendto;