A question about one program starting another program #4192
-
If I start a program in private mode, and then the program starts another program, will the second program be running outside firejail? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
TL;DR: No Then you could skip the sandbox. If firefox for example could simply start |
Beta Was this translation helpful? Give feedback.
TL;DR: No
Then you could skip the sandbox. If firefox for example could simply start
python3 malware.py
the sandbox would be useless.Firejail sandboxes always inherit, that's the way namespaces work in linux. In the reality, it's still possible that a program runs outside of the sandbox. Programs with instant management may talk to an already running instance (through D-Bus) and tell it to open a new window/tab with this file.