There is a program running in a script that creates raw sockets, is it possible to specify in the system to allow the creation of raw sockets to the user? If not, then how to run this program from the superuser in a script run from a simple user.
Source: https://ru.stackoverflow.com/questions/528002/
All Articles
chmod u+s программаand then regardless of who launched it, it will be executed with root privileges - Mike