1

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?

Maicake
  • 1,046
  • 10
  • 34
  • 2
    programs **always** run in user-space (whatever the privileges). Except if you develop a kernel module or the kernel itself. – prog-fh Jul 23 '19 at 11:51

0 Answers0