Bug 168581 - readaccess to /proc/meminfo not granted to nscd -- add sysconf(3) files to abstractions/base

This commit is contained in:
Seth Arnold 2006-05-01 17:34:59 +00:00
parent 1be9dfacbc
commit c0ffe84f43

View file

@ -74,3 +74,8 @@
# Depending on which glibc routine uses this file, base may not be the
# best place -- but many profiles require it, and it is quite harmless.
/proc/sys/kernel/ngroups_max r,
# glibc's sysconf(3) routine to determine free memory, etc
/proc/meminfo r,
/proc/stat r,
/proc/cpuinfo r,