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>
This commit is contained in:
Manoj Srivastava 2009-08-28 14:58:15 -05:00 committed by Chris PeBenito
parent a9e9678fc7
commit 2a79debe9b
1 changed files with 1 additions and 0 deletions

View File

@ -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)