Skip to content

Commit 4000732

Browse files
authored
Merge pull request kubernetes#85463 from AkihiroSuda/allow-net-ipv4-ping_group_range
SafeSysctlWhitelist: add net.ipv4.ping_group_range (allow ping without CAP_NET_RAW)
2 parents 7933002 + 821362b commit 4000732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/security/podsecuritypolicy/sysctl/mustmatchpatterns.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func SafeSysctlWhitelist() []string {
3434
"kernel.shm_rmid_forced",
3535
"net.ipv4.ip_local_port_range",
3636
"net.ipv4.tcp_syncookies",
37+
"net.ipv4.ping_group_range",
3738
}
3839
}
3940

0 commit comments

Comments
 (0)