[selinux-policy: 942/3172] fc fixes

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


commit c2e35b815aa2436fbc934c81274e357af15355f1
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Nov 10 14:47:02 2005 +0000

    fc fixes

 refpolicy/policy/modules/services/ppp.fc |    2 +-
 refpolicy/policy/modules/services/rpc.fc |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/ppp.fc b/refpolicy/policy/modules/services/ppp.fc
index faa0c9e..8970316 100644
--- a/refpolicy/policy/modules/services/ppp.fc
+++ b/refpolicy/policy/modules/services/ppp.fc
@@ -21,7 +21,7 @@
 #
 /var/run/(i)?ppp.*pid		--	gen_context(system_u:object_r:pppd_var_run_t,s0)
 /var/run/pppd[0-9]*\.tdb	--	gen_context(system_u:object_r:pppd_var_run_t,s0)
-/var/run/ppp(/.*)?		--	gen_context(system_u:object_r:pppd_var_run_t,s0)
+/var/run/ppp(/.*)?			gen_context(system_u:object_r:pppd_var_run_t,s0)
 # Fix pptp sockets
 /var/run/pptp(/.*)?			gen_context(system_u:object_r:pptp_var_run_t,s0)
 
diff --git a/refpolicy/policy/modules/services/rpc.fc b/refpolicy/policy/modules/services/rpc.fc
index 2c54b0f..dbe7c72 100644
--- a/refpolicy/policy/modules/services/rpc.fc
+++ b/refpolicy/policy/modules/services/rpc.fc
@@ -21,5 +21,7 @@
 #
 # /var
 #
+/var/lib/nfs(/.*)?		gen_context(system_u:object_r:var_lib_nfs_t,s0)
+
 /var/run/rpc\.statd(/.*)?	gen_context(system_u:object_r:rpcd_var_run_t,s0)
 /var/run/rpc\.statd\.pid --	gen_context(system_u:object_r:rpcd_var_run_t,s0)


More information about the scm-commits mailing list