Revert "Fix unprivileged ping"
This reverts commit 50c2dab063.
Reason for revert:
The issue was already resolved in the latest CentOS 8/9.
Change-Id: I9236986dcf5bc0e893ede89a2f8c67f4f2587ec8
Related-Bug: #1957913
This commit is contained in:
1 changed files with 0 additions and 7 deletions
@@ -215,13 +215,6 @@ if [ "${MANAGE_REPOS}" = true ]; then
fi
fi
# NOTE(tkajinam): This is required to fix unprivileged ping, until
# the following change is shipped
# https://github.com/redhat-plumbers/systemd-rhel8/pull/246
if is_fedora; then
sudo sysctl -w net.ipv4.ping_group_range='0 2147483647'
fi
print_header "Running Puppet Scenario: ${SCENARIO} (1st time)"
run_puppet $SCENARIO
RESULT=$?
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.