Skip to content
Kelvin M. Klann edited this page Dec 13, 2021 · 11 revisions

General troubleshooting steps

To be written.

Common problems

Device access on non-systemd systems

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.