Skip to content

Compare: Frequently Asked Questions

New page
Showing with 43 additions and 7 deletions.
  1. +27 −1 Creating-overrides.md
  2. +2 −1 Frequently-Asked-Questions.md
  3. +8 −2 Restrict-D-Bus.md
  4. +6 −3 Using-firejail-from-git.md
3 changes: 2 additions & 1 deletion Frequently-Asked-Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Something changed in the kernel code, and we are not able to mount / filesystem
## A program isn't firejailed

`firejail --list` does not show the running program to be inside a Firejail sandbox.
First make sure you have run `firecfg` as root. If this didn't work, create a symlink manually (`ln -s /usr/bin/firejail /usr/local/bin/PROGRAM`). Additionally, adding an alias in your shell or modifying the `Exec` line in your `.desktop` file will work, too. Only edit the `.desktop` file if you know what you are doing.
First make sure you have run `firecfg` with `sudo`. If you run this as root without sudo, it will not fix your `.desktop` files. If If this did not work, create a symlink manually (`ln -s /usr/bin/firejail /usr/local/bin/PROGRAM`). Additionally, adding an alias in your shell or modifying the `Exec` line in your `.desktop` file will work, too. Only edit the `.desktop` file if you know what you are doing.
If your program is installed under `/opt` you need to use `firejail /opt/foo/bar` in the terminal/`.desktop` file for example.

## RTNETLINK error

Expand Down