2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

glibc uses /proc/*/auxv and /proc/*/status files, too

Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
Kees Cook
2017-01-20 17:01:50 -08:00
committed by Seth Arnold
parent 2e3a871b11
commit 2c4119d98c

View File

@@ -85,7 +85,7 @@
/sys/devices/system/cpu/online r,
# glibc's *printf protections read the maps file
@{PROC}/@{pid}/maps r,
@{PROC}/@{pid}/{maps,auxv,status} r,
# libgcrypt reads some flags from /proc
@{PROC}/sys/crypto/* r,