fix broken macros

This commit is contained in:
Chris PeBenito 2005-06-07 14:46:20 +00:00
parent a1d2e8ab29
commit 2d68932a8d

View File

@ -484,14 +484,15 @@ define(`domain_auto_trans',`
')
define(`domain_trans_depend',`
class file { getattr read execute };
process { transition noatsecure siginh rlimitinh };
')
########################################
#
# domain_auto_trans(source_domain,entrypoint_file,target_domain)
#
define(`domain_auto_trans',`
requires_block_template(`$0'_depend)
domain_trans($1,$2,$3)
type_transition $1 $2:process $3;
')