Maicake
Maicake

Reputation: 1136

Does a process with CAP_NET_RAW set still run in user-space?

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

Answers (0)

Related Questions