[selinux-policy: 2248/3172] nscd cache location changed from /var/db/nscd to /var/cache/nscd

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:19:30 UTC 2010


commit 2a79debe9bdd750524ec64326845a6819c8adad7
Author: Manoj Srivastava <srivasta at debian.org>
Date:   Fri Aug 28 14:58:15 2009 -0500

    nscd cache location changed from /var/db/nscd to /var/cache/nscd
    
    The nscd policy module uses the old nscd cache location. The cache location
    changed with glibc 2.7-1, and the current nscd does place the files in
    /var/cache/nscd/.
    
    Signed-off-by: Manoj Srivastava <srivasta at debian.org>

 policy/modules/services/nscd.fc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/policy/modules/services/nscd.fc b/policy/modules/services/nscd.fc
index bc6e39c..623b731 100644
--- a/policy/modules/services/nscd.fc
+++ b/policy/modules/services/nscd.fc
@@ -3,6 +3,7 @@
 /usr/sbin/nscd		--	gen_context(system_u:object_r:nscd_exec_t,s0)
 
 /var/db/nscd(/.*)?		gen_context(system_u:object_r:nscd_var_run_t,s0)
+/var/cache/nscd(/.*)?		gen_context(system_u:object_r:nscd_var_run_t,s0)
 
 /var/log/nscd\.log.*	--	gen_context(system_u:object_r:nscd_log_t,s0)
 


More information about the scm-commits mailing list