Closed ak2766 closed 9 years ago
The Makefile for iouyap has the following entries:
install : iouyap setcap cap_net_admin,cap_net_raw=ep iouyap chmod +x iouyap sudo cp iouyap /usr/local/bin
However, when copying the file, the capabilities are not copied over.
Either the capabilities are set on file /usr/local/bin/iouyap after the copy or the file is moved to /usr/local/bin after setting capabilities.
Cheers, ak.
The Makefile for iouyap has the following entries:
However, when copying the file, the capabilities are not copied over.
Either the capabilities are set on file /usr/local/bin/iouyap after the copy or the file is moved to /usr/local/bin after setting capabilities.
Cheers, ak.