mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Bug 168581 - readaccess to /proc/meminfo not granted to nscd -- add sysconf(3) files to abstractions/base
This commit is contained in:
parent
1be9dfacbc
commit
c0ffe84f43
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue