You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAP_NET_ADMIN
Perform various network-related operations:
* interface configuration;
* administration of IP firewall, masquerading, and
accounting;
* modify routing tables;
* bind to any address for transparent proxying;
* set type-of-service (TOS);
* clear driver statistics;
* set promiscuous mode;
* enabling multicasting;
administration of IP firewall is somewhat vague, but I've tried with a small example by setting cap_net_admin using setcap on the compiled binary but I get :
exit status 4: Fatal: can't open lock file /run/xtables.lock: Permission denied
Thanks for this project.
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to run a program using
go-iptables
as an unprivileged user with thecap_net_admin
cap ?From the the capabilities(7) man page :
administration of IP firewall
is somewhat vague, but I've tried with a small example by settingcap_net_admin
usingsetcap
on the compiled binary but I get :exit status 4: Fatal: can't open lock file /run/xtables.lock: Permission denied
Thanks for this project.
The text was updated successfully, but these errors were encountered: