From 2a79debe9bdd750524ec64326845a6819c8adad7 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Fri, 28 Aug 2009 14:58:15 -0500 Subject: [PATCH] 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 --- policy/modules/services/nscd.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/nscd.fc b/policy/modules/services/nscd.fc index bc6e39cf4..623b73123 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)