mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
data: Allow tuning USB parameters
Newer libfprint versions try to tune the wakeup and persist option of USB devices. Add access rules to permit this.
This commit is contained in:
@ -40,3 +40,6 @@ NoNewPrivileges=true
|
|||||||
ProtectClock=yes
|
ProtectClock=yes
|
||||||
DeviceAllow=char-usb_device rw
|
DeviceAllow=char-usb_device rw
|
||||||
DeviceAllow=char-spi rw
|
DeviceAllow=char-spi rw
|
||||||
|
|
||||||
|
# Allow tuning USB parameters (wakeup and persist)
|
||||||
|
ReadWritePaths=/sys/devices
|
||||||
|
|||||||
Reference in New Issue
Block a user