Allow focal_moh_spi device (#1)
Fix Service File for fingerprint core module Reviewed-on: #1 Co-authored-by: ebasov <eduard.basov@softline.com> Co-committed-by: ebasov <eduard.basov@softline.com>i9 changed/i9/fprintd-1.94.0-3.el9.inferit
parent
a2d316f071
commit
f134efcebe
@ -0,0 +1,20 @@
|
||||
diff --git a/data/fprintd.service.in b/data/fprintd.service.in
|
||||
index a4816f9..b96f155 100644
|
||||
--- a/data/fprintd.service.in
|
||||
+++ b/data/fprintd.service.in
|
||||
@@ -21,7 +21,6 @@ PrivateTmp=true
|
||||
SystemCallFilter=@system-service
|
||||
|
||||
# Network
|
||||
-PrivateNetwork=true
|
||||
RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK
|
||||
|
||||
# Execute Mappings
|
||||
@@ -41,6 +40,7 @@ ProtectClock=yes
|
||||
DeviceAllow=char-usb_device rw
|
||||
DeviceAllow=char-spi rw
|
||||
DeviceAllow=char-hidraw rw
|
||||
+DeviceAllow=/dev/focal_moh_spi rw
|
||||
|
||||
# Allow tuning USB parameters (wakeup and persist)
|
||||
ReadWritePaths=/sys/devices
|
Loading…
Reference in new issue