-
Notifications
You must be signed in to change notification settings - Fork 17
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
Proper sudo configuration #2
Comments
I will add in the next days an option to enable the commands execution via
That will be ok for you? |
That would be great! |
Sure! I will work now on its addition to the iproute package. If you find anything else, don't doubt to comment about it. |
I already added this :) |
Cool! I'll test it as soon as possible. I've got one more thing about error handling that I noticed while testing. I'll open a new issue. |
The readme states:
What does that mean? I thought I had to configure sudo in such a way that the user which runs the netfilter package also should have the privileges to run
sudo iptables
,sudo ip6tables
andsudo ipset
. But looking at the source code the commands are called withoutsudo
prefix.I would add a user e.g.
netfilter
and add the following entries to/etc/sudoers
:and then run my node program using this user:
The text was updated successfully, but these errors were encountered: