mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge ping: allow reading /proc/sys/net/ipv6/conf/all/disable_ipv6
Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082190 I propose this patch for 3.0..master. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1340 Approved-by: Georgia Garcia <georgia.garcia@canonical.com> Merged-by: Christian Boltz <apparmor@cboltz.de> (cherry picked from commit4b6df10fe3
)df4d7cb8
ping: allow reading /proc/sys/net/ipv6/conf/all/disable_ipv6 Co-authored-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
parent
dde18a21fa
commit
f3c1c8ada8
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