diff --git a/refpolicy/policy/modules/system/corecommands.if b/refpolicy/policy/modules/system/corecommands.if index 052c845b3..0b3bee5f8 100644 --- a/refpolicy/policy/modules/system/corecommands.if +++ b/refpolicy/policy/modules/system/corecommands.if @@ -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)