[selinux-policy: 939/3172] add missing /var/yp match

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:26:12 UTC 2010


commit 51f37447738749714787a2114da8c576ee023192
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Nov 9 21:32:55 2005 +0000

    add missing /var/yp match

 refpolicy/policy/modules/services/nis.fc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/nis.fc b/refpolicy/policy/modules/services/nis.fc
index 02bda3c..b65ff3f 100644
--- a/refpolicy/policy/modules/services/nis.fc
+++ b/refpolicy/policy/modules/services/nis.fc
@@ -1,6 +1,8 @@
 
-/etc/ypserv\.conf		--	gen_context(system_u:object_r:ypserv_conf_t,s0)
+/etc/ypserv\.conf	--	gen_context(system_u:object_r:ypserv_conf_t,s0)
 
-/sbin/ypbind			--	gen_context(system_u:object_r:ypbind_exec_t,s0)
+/sbin/ypbind		--	gen_context(system_u:object_r:ypbind_exec_t,s0)
 
-/usr/sbin/ypserv		--	gen_context(system_u:object_r:ypserv_exec_t,s0)
+/usr/sbin/ypserv	--	gen_context(system_u:object_r:ypserv_exec_t,s0)
+
+/var/yp(/.*)?			gen_context(system_u:object_r:var_yp_t,s0)


More information about the scm-commits mailing list