From 51f37447738749714787a2114da8c576ee023192 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Nov 09 2005 21:32:55 +0000 Subject: add missing /var/yp match --- 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)