Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65935 - /var/run/nscd has no r-x permissions for "others"
Summary: /var/run/nscd has no r-x permissions for "others"
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-30 10:18 UTC by Erik Thiele
Modified: 2004-10-09 10:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Thiele 2004-09-30 10:18:24 UTC
on my machine /var/run/nscd is permissioned

rwxr-x--- root root

instead it should be

rwxr-xr-x root root

because otherwise normal users cannot use the nscd daemon.
just do
strace ls -l
in order to see that he tries to access /var/run/nscd/socket
and gets a EACCESS error. currently only root can use the nscd daemon.

Reproducible: Always
Steps to Reproduce:




sys-libs/glibc-2.3.3.20040420-r1
Comment 1 SpanKY gentoo-dev 2004-10-09 10:49:59 UTC
root@vapier 0 ~ # rm -rf /var/run/nscd
root@vapier 0 ~ # /etc/init.d/nscd start
 * Starting Name Service Cache Daemon...                                  [ ok ]
root@vapier 0 ~ # ls -l /var/run/nscd -d
drwxr-xr-x  2 root root 4096 Oct  9 13:49 /var/run/nscd

this has been resolved at somepoint