summarylogtreecommitdiffstats
path: root/disable-systemd-protection.patch
blob: e644df6096c66dbbda1be46ce9fe9da8a36c1ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/data/fprintd.service.in b/data/fprintd.service.in
index 9ea7a2a..0828fe8 100644
--- a/data/fprintd.service.in
+++ b/data/fprintd.service.in
@@ -8,13 +8,11 @@ BusName=net.reactivated.Fprint
 ExecStart=@libexecdir@/fprintd
 
 # Filesystem lockdown
-ProtectSystem=strict
 ProtectKernelTunables=true
 ProtectControlGroups=true
 # This always corresponds to /var/lib/fprint
 StateDirectory=fprint
 ProtectHome=true
-PrivateTmp=true
 
 # Network
 PrivateNetwork=true