cleanup
This commit is contained in:
parent
5d7e8ba6fb
commit
c5b5a7479a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
#
|
#
|
||||||
# corecommands_make_shell_entrypoint(type)
|
# corecommands_make_shell_entrypoint(domain)
|
||||||
#
|
#
|
||||||
define(`corecommands_make_shell_entrypoint',`
|
define(`corecommands_make_shell_entrypoint',`
|
||||||
requires_block_template(`$0'_depend)
|
requires_block_template(`$0'_depend)
|
||||||
|
@ -11,12 +11,11 @@ domain_make_entrypoint_file($1,shell_exec_t)
|
||||||
|
|
||||||
define(`corecommands_make_shell_entrypoint_depend',`
|
define(`corecommands_make_shell_entrypoint_depend',`
|
||||||
type shell_exec_t;
|
type shell_exec_t;
|
||||||
domain_make_entrypoint_file_depend
|
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# corecommands_execute_general_programs(domain
|
# corecommands_execute_general_programs(domain)
|
||||||
#
|
#
|
||||||
define(`corecommands_execute_general_programs',`
|
define(`corecommands_execute_general_programs',`
|
||||||
requires_block_template(`$0'_depend)
|
requires_block_template(`$0'_depend)
|
||||||
|
@ -34,7 +33,7 @@ class file { getattr read execute execute_no_trans };
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# corecommands_execute_system_programs(domain
|
# corecommands_execute_system_programs(domain)
|
||||||
#
|
#
|
||||||
define(`corecommands_execute_system_programs',`
|
define(`corecommands_execute_system_programs',`
|
||||||
requires_block_template(`$0'_depend)
|
requires_block_template(`$0'_depend)
|
||||||
|
@ -52,7 +51,7 @@ class file { getattr read execute execute_no_trans };
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# corecommands_execute_shell(domain
|
# corecommands_execute_shell(domain)
|
||||||
#
|
#
|
||||||
define(`corecommands_execute_shell',`
|
define(`corecommands_execute_shell',`
|
||||||
requires_block_template(`$0'_depend)
|
requires_block_template(`$0'_depend)
|
||||||
|
@ -70,7 +69,7 @@ class file { getattr read execute execute_no_trans };
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# corecommands_chroot(domain
|
# corecommands_chroot(domain)
|
||||||
#
|
#
|
||||||
define(`corecommands_chroot',`
|
define(`corecommands_chroot',`
|
||||||
requires_block_template(`$0'_depend)
|
requires_block_template(`$0'_depend)
|
||||||
|
|
Loading…
Reference in New Issue