mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-01-11 09:39:25 +00:00
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',`
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user