fix
This commit is contained in:
parent
7c2b84e7a1
commit
19ea99d495
|
@ -473,7 +473,7 @@ interface(`domain_read_all_entry_files',`
|
|||
#
|
||||
# domain_trans(source_domain,entrypoint_file,target_domain)
|
||||
#
|
||||
define(`domain_trans',`
|
||||
template(`domain_trans',`
|
||||
gen_require(`
|
||||
class file rx_file_perms;
|
||||
process { transition noatsecure siginh rlimitinh };
|
||||
|
@ -488,7 +488,7 @@ define(`domain_trans',`
|
|||
#
|
||||
# domain_auto_trans(source_domain,entrypoint_file,target_domain)
|
||||
#
|
||||
define(`domain_auto_trans',`
|
||||
template(`domain_auto_trans',`
|
||||
domain_trans($1,$2,$3)
|
||||
type_transition $1 $2:process $3;
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue