mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
13 lines
165 B
Bash
13 lines
165 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S plugdev 2>/dev/null
|
|
|
|
cat <<EOF
|
|
*
|
|
* To use U2F USB tokens (such as YubiKey), regular users must be members of
|
|
* 'plugdev' group.
|
|
*
|
|
EOF
|
|
|
|
exit 0
|