mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
To make hardware tokens available for ordinary users, some distributions
include a udev rule to make the corresponding entry in /dev available
for users belonging to a specific group.
In the case of Void Linux, it now uses the `plugdev` group for FIDO2
access[1] and when using a YubiKey, it appears as the following device
nodes:
$ find /dev -group plugdev | LC_ALL=C sort -u
/dev/hidraw1
/dev/hidraw2
$ ls -l /dev/hidraw1 /dev/hidraw2
crw-rw---- 1 root plugdev 240, 1 Mar 7 19:53 /dev/hidraw1
crw-rw---- 1 root plugdev 240, 2 Mar 7 19:53 /dev/hidraw2
[1] https://github.com/void-linux/void-packages/pull/54519
|
||
|---|---|---|
| .. | ||
| apparmor | ||
| appimage | ||
| apps | ||
| apps-x11 | ||
| apps-x11-xorg | ||
| capabilities | ||
| chroot | ||
| compile | ||
| environment | ||
| fcopy | ||
| filters | ||
| firecfg | ||
| fnetfilter | ||
| fs | ||
| network | ||
| private-etc | ||
| private-lib | ||
| profiles | ||
| seccomp-extra | ||
| sysutils | ||
| utils | ||
| hidepid-howto | ||
| Makefile | ||