mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -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
|
||
|---|---|---|
| .. | ||
| block-secondary.exp | ||
| block-secondary.profile | ||
| memwrexe | ||
| memwrexe.c | ||
| mrwx.exp | ||
| mrwx.profile | ||
| mrwx2.exp | ||
| noroot.exp | ||
| protocol-print.exp | ||
| protocol.exp | ||
| protocol1.profile | ||
| protocol2.profile | ||
| seccomp-extra.sh | ||