From 51f37447738749714787a2114da8c576ee023192 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 9 Nov 2005 21:32:55 +0000 Subject: [PATCH] add missing /var/yp match --- refpolicy/policy/modules/services/nis.fc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/refpolicy/policy/modules/services/nis.fc b/refpolicy/policy/modules/services/nis.fc index 02bda3c0f..b65ff3fab 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)