-
Notifications
You must be signed in to change notification settings - Fork 575
Troubleshooting
Kelvin M. Klann edited this page Dec 13, 2021
·
11 revisions
To be written.
Note: This should be fixed as of #4725 and #4732.
In order to access devices in /dev
on non-systemd systems your user account must be in a supplementary group
like audio
for example. By default firejail removes all supplementary groups for the most programs. This breaks
functions that need devices access like webcams or raw ALSA on such systems.
Add
ignore nogroups
ignore noroot
to your globals.local
. If you only need the tty
and games
group, you can omit ignore noroot
.