Operation not permitted when calling clone() in main() in main.c: #4353
-
I have firejail version 0.9.65 installed and Ubuntu 18.04 installed. I am calling main() (renamed) in main.c in the firejail source code. I am trying some simple unit tests What do I need to change to enable this to work for a normal user? For example, this works ok:
But when run as a regular user (who may not know root's password) I get:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From
Firejails code does not work as regular user, you need to start main with euid==0. OT: Could we make firejail work with |
Beta Was this translation helpful? Give feedback.
From
clone(2)
: