mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 14:38:10 +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:
parent
626128a0fa
commit
ff4ba1da47
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ NoNewPrivileges=true
|
|||
ProtectClock=yes
|
||||
DeviceAllow=char-usb_device rw
|
||||
DeviceAllow=char-spi rw
|
||||
DeviceAllow=char-hidraw rw
|
||||
|
||||
# Allow tuning USB parameters (wakeup and persist)
|
||||
ReadWritePaths=/sys/devices
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue