forked from rpms/fprintd
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
568 B
21 lines
568 B
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
|