summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2009-08-28 14:58:15 -0500
committerChris PeBenito <cpebenito@tresys.com>2009-08-31 09:43:52 -0400
commit2a79debe9bdd750524ec64326845a6819c8adad7 (patch)
treee9913ea0f6a97b63f0a779edd1414e929650ae78
parenta9e9678fc75de5fe3c6d35c46e74fac3fcf6b2fe (diff)
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@debian.org>
-rw-r--r--policy/modules/services/nscd.fc1
1 files changed, 1 insertions, 0 deletions
diff --git a/policy/modules/services/nscd.fc b/policy/modules/services/nscd.fc
index bc6e39cf..623b7312 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)