Reputation: 1136
If I execute
sudo setcap cap_net_raw+ep /path/prog
and prog is a program which open a raw socket, can be prog still considered to run in user-space? How can I check it?
Upvotes: 1
Views: 145