Merge pull request #85463 from AkihiroSuda/allow-net-ipv4-ping_group_range

SafeSysctlWhitelist: add net.ipv4.ping_group_range (allow ping without CAP_NET_RAW)
This commit is contained in:
Kubernetes Prow Robot 2019-12-10 16:05:06 -08:00 committed by GitHub
commit 4000732bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ func SafeSysctlWhitelist() []string {
"kernel.shm_rmid_forced",
"net.ipv4.ip_local_port_range",
"net.ipv4.tcp_syncookies",
"net.ipv4.ping_group_range",
}
}