mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Description: update base abstraction read access to
/proc/sys/kernel/cap_last_cap. This is needed to determine the highest valid capability of the running kernel. Reference: https://lkml.org/lkml/2011/10/15/42 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1378977 Acked-By: Jamie Strandboge <jamie@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
b34e81e606
commit
dc9474fe5a
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@
|
|||
# glibc malloc (man 5 proc)
|
||||
@{PROC}/sys/vm/overcommit_memory r,
|
||||
|
||||
# Allow determining the highest valid capability of the running kernel
|
||||
@{PROC}/sys/kernel/cap_last_cap r,
|
||||
|
||||
# Allow other processes to read our /proc entries, futexes, perf tracing and
|
||||
# kcmp for now (they will need 'read' in the first place). Administrators can
|
||||
# override with:
|
||||
|
|
Loading…
Add table
Reference in a new issue