mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
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>
This commit is contained in:
@@ -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