libfido2: use upstream group "plugdev" for udev

This commit is contained in:
northboot 2025-02-27 22:22:54 +01:00 committed by Leah Neukirchen
parent 6247f6329c
commit ca838e7f41
2 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,3 @@
Group access to FIDO2 devices has been changed to group "plugdev".
If you are not using elogind as your session manager, make sure to
add yourself to that group.

View File

@ -1,7 +1,7 @@
# Template file for 'libfido2'
pkgname=libfido2
version=1.15.0
revision=1
revision=2
build_style=cmake
configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d"
hostmakedepends="pkg-config"
@ -23,8 +23,6 @@ post_extract() {
post_install() {
vlicense LICENSE
vsed -e 's/GROUP="plugdev"/GROUP="users"/' \
-i ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules
}
libfido2-devel_package() {