fix broken macros
This commit is contained in:
parent
a1d2e8ab29
commit
2d68932a8d
@ -484,14 +484,15 @@ define(`domain_auto_trans',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
define(`domain_trans_depend',`
|
define(`domain_trans_depend',`
|
||||||
|
class file { getattr read execute };
|
||||||
|
process { transition noatsecure siginh rlimitinh };
|
||||||
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# domain_auto_trans(source_domain,entrypoint_file,target_domain)
|
# domain_auto_trans(source_domain,entrypoint_file,target_domain)
|
||||||
#
|
#
|
||||||
define(`domain_auto_trans',`
|
define(`domain_auto_trans',`
|
||||||
requires_block_template(`$0'_depend)
|
|
||||||
|
|
||||||
domain_trans($1,$2,$3)
|
domain_trans($1,$2,$3)
|
||||||
type_transition $1 $2:process $3;
|
type_transition $1 $2:process $3;
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user