[selinux-policy: 1050/3172] fix interface

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:35:40 UTC 2010


commit 3b4da475336f0a7ee757e6223fd0339c7e226413
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Dec 12 16:52:25 2005 +0000

    fix interface

 refpolicy/policy/modules/services/automount.if |    4 ++--
 refpolicy/policy/modules/system/init.te        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/automount.if b/refpolicy/policy/modules/services/automount.if
index 6a8fd51..c6e04cc 100644
--- a/refpolicy/policy/modules/services/automount.if
+++ b/refpolicy/policy/modules/services/automount.if
@@ -31,9 +31,9 @@ interface(`automount_domtrans',`
 ##	Domain allowed access.
 ## </param>
 #
-interface(`automount_exec',`
+interface(`automount_exec_config',`
 	gen_require(`
-		type automount_exec_t;
+		type automount_etc_t;
 	')
 
 	corecmd_search_sbin($1)
diff --git a/refpolicy/policy/modules/system/init.te b/refpolicy/policy/modules/system/init.te
index 6f7640e..9bed727 100644
--- a/refpolicy/policy/modules/system/init.te
+++ b/refpolicy/policy/modules/system/init.te
@@ -478,7 +478,7 @@ optional_policy(`apache',`
 ')
 
 optional_policy(`automount',`
-	automount_exec(initrc_t)
+	automount_exec_config(initrc_t)
 ')
 
 optional_policy(`bind',`


More information about the scm-commits mailing list