-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove sudo #72
Remove sudo #72
Conversation
@@ -46,7 +46,7 @@ ln -s busybox syslogd | |||
ln -s busybox tail | |||
ln -s busybox traceroute | |||
ln -s busybox vi | |||
|
|||
chmod u+s /bin/ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May need to do this for ping6 as well - the other symlinks we created don't seem to be affected by this permission issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is needed to create an icmp packet, ping6 doesn't actually use icmp in the same way. I did test it, and ran through a few of the other commands. I didn't see any others that failed.
This requires a timed merge with splunk-ansible.