Skip to content

Commit

Permalink
Merge pull request #347 from maybe-sybr/maybe/fix-sysctl-ping_group_r…
Browse files Browse the repository at this point in the history
…ange

fix: Set `ping_group_range` to `0 0` by default
  • Loading branch information
rhatdan committed Nov 9, 2020
2 parents ba3e582 + 4c206da commit 5b12666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ default_capabilities = [

# A list of sysctls to be set in containers by default,
# specified as "name=value",
# for example:"net.ipv4.ping_group_range = 0 1".
# for example:"net.ipv4.ping_group_range = 0 0".
#
default_sysctls = [
"net.ipv4.ping_group_range=0 1",
"net.ipv4.ping_group_range=0 0",
]

# A list of ulimits to be set in containers by default, specified as
Expand Down

0 comments on commit 5b12666

Please sign in to comment.