[selinux-policy: 1323/3172] fix typo pointed out by james

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:59:48 UTC 2010


commit 4a11802b0aae2b6c52fc5a6fe62d60d8c5fb894e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Apr 4 15:01:04 2006 +0000

    fix typo pointed out by james

 refpolicy/policy/modules/apps/userhelper.te |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/policy/modules/apps/userhelper.te b/refpolicy/policy/modules/apps/userhelper.te
index af82043..2b057b0 100644
--- a/refpolicy/policy/modules/apps/userhelper.te
+++ b/refpolicy/policy/modules/apps/userhelper.te
@@ -1,5 +1,5 @@
 
-policy_module(userhelper,1.0.1)
+policy_module(userhelper,1.0.2)
 
 ########################################
 #
@@ -10,4 +10,4 @@ type userhelper_conf_t;
 files_type(userhelper_conf_t)
 
 type userhelper_exec_t;
-files_type(userhelper_conf_t)
+files_type(userhelper_exec_t)


More information about the scm-commits mailing list