mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
data: Allow access to hidraw devices
The elanspi driver needs access to a hidraw device in order to reset the SPI reader.
This commit is contained in:
committed by
Benjamin Berg
parent
626128a0fa
commit
ff4ba1da47
@ -40,6 +40,7 @@ NoNewPrivileges=true
|
|||||||
ProtectClock=yes
|
ProtectClock=yes
|
||||||
DeviceAllow=char-usb_device rw
|
DeviceAllow=char-usb_device rw
|
||||||
DeviceAllow=char-spi rw
|
DeviceAllow=char-spi rw
|
||||||
|
DeviceAllow=char-hidraw rw
|
||||||
|
|
||||||
# Allow tuning USB parameters (wakeup and persist)
|
# Allow tuning USB parameters (wakeup and persist)
|
||||||
ReadWritePaths=/sys/devices
|
ReadWritePaths=/sys/devices
|
||||||
|
|||||||
Reference in New Issue
Block a user