Skip to content

Commit

Permalink
profiles: blink-common: fix u2f
Browse files Browse the repository at this point in the history
udev rules may set permissions in /dev/... to enable ordinary users to
access the hardware token.
This fix checks whether u2f is enabled in firejail.config in order to
keep this permission change inside the sandbox.
  • Loading branch information
northboot committed Feb 25, 2025
1 parent 5bd98fa commit 603f77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/blink-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apparmor
caps.keep sys_admin,sys_chroot
netfilter
nodvd
nogroups
?BROWSER_DISABLE_U2F: nogroups
noinput
notv

Expand Down

0 comments on commit 603f77c

Please sign in to comment.