Skip to main content
edited tags
Link
Added more info to the question
Source Link

I have a non root user that executes a this C program - link to so that shall set the IP address, Netmask and set the interface up, it returns: SIOCSIFFLAGS: Permission denied

Is there any way I could logged in as a root allow my non root user to run this program that sets the IP?

I have a non root user that executes a this C program - link to so that shall set the IP address, it returns: SIOCSIFFLAGS: Permission denied

Is there any way I could logged in as a root allow my non root user to run this program that sets the IP?

I have a non root user that executes this C program - link to so that shall set the IP address, Netmask and set the interface up, it returns: SIOCSIFFLAGS: Permission denied

Is there any way I could logged in as a root allow my non root user to run this program that sets the IP?

Source Link

Allow C program to set IP as non root

I have a non root user that executes a this C program - link to so that shall set the IP address, it returns: SIOCSIFFLAGS: Permission denied

Is there any way I could logged in as a root allow my non root user to run this program that sets the IP?