mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
ping: allow reading /proc/sys/net/ipv6/conf/all/disable_ipv6
Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082190
This commit is contained in:
parent
65e6620014
commit
df4d7cb8da
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ profile ping /{usr/,}bin/{,iputils-}ping {
|
|||
|
||||
/{,usr/}bin/{,iputils-}ping mixr,
|
||||
/etc/modules.conf r,
|
||||
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
include if exists <local/bin.ping>
|
||||
|
|
|
@ -29,5 +29,6 @@ profile ping /{usr/,}bin/{,iputils-}ping {
|
|||
/etc/modules.conf r,
|
||||
/proc/21622/cmdline r,
|
||||
/{,usr/}bin/{,iputils-}ping mrix,
|
||||
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue