This commit is contained in:
Chris PeBenito 2005-05-09 15:40:56 +00:00
parent 5d7e8ba6fb
commit c5b5a7479a
1 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
#######################################
#
# corecommands_make_shell_entrypoint(type)
# corecommands_make_shell_entrypoint(domain)
#
define(`corecommands_make_shell_entrypoint',`
requires_block_template(`$0'_depend)
@ -11,12 +11,11 @@ domain_make_entrypoint_file($1,shell_exec_t)
define(`corecommands_make_shell_entrypoint_depend',`
type shell_exec_t;
domain_make_entrypoint_file_depend
')
########################################
#
# corecommands_execute_general_programs(domain
# corecommands_execute_general_programs(domain)
#
define(`corecommands_execute_general_programs',`
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',`
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',`
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',`
requires_block_template(`$0'_depend)