-
Notifications
You must be signed in to change notification settings - Fork 575
Troubleshooting
rusty-snake edited this page Sep 12, 2021
·
11 revisions
To be written.
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.
FIX
Add
ignore nogroups
ignore noroot
to your globals.local
. If you only need tty
, audio
and video
group, you can omit the ignore noroot
.