From 19ea99d4953f5f66fe71bafb03ff088e877e61a4 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 23 Jun 2005 16:06:39 +0000 Subject: [PATCH] fix --- refpolicy/policy/modules/system/domain.if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refpolicy/policy/modules/system/domain.if b/refpolicy/policy/modules/system/domain.if index 163fc4e66..3be917462 100644 --- a/refpolicy/policy/modules/system/domain.if +++ b/refpolicy/policy/modules/system/domain.if @@ -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; ')