mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
Merge abstractions/nameservice: allow reading @{PROC}/@{pid}/net/ipv6_route
This file contains the same kind of information as @{PROC}/@{pid}/net/route and both files are world readable: ``` $ ls -l /proc/self/net/*route -r--r--r-- 1 root root 0 Jun 3 15:33 /proc/self/net/ipv6_route -r--r--r-- 1 root root 0 Jun 3 15:33 /proc/self/net/route ``` Signed-off-by: Simon Deziel <simon.deziel@canonical.com> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1246 Approved-by: Christian Boltz <apparmor@cboltz.de> Merged-by: Christian Boltz <apparmor@cboltz.de> (cherry picked from commit5adeb86bbe
)7770cd71
abstractions/nameservice: allow reading @{PROC}/@{pid}/net/ipv6_route Co-authored-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
committed by
Christian Boltz
parent
9ec5134322
commit
aa74b9b12d
@@ -116,6 +116,7 @@
|
||||
network netlink raw,
|
||||
|
||||
# interface details
|
||||
@{PROC}/@{pid}/net/ipv6_route r,
|
||||
@{PROC}/@{pid}/net/route r,
|
||||
|
||||
# Include additions to the abstraction
|
||||
|
Reference in New Issue
Block a user