data: Make filesystem access strict
We don't need write access to /etc, so block it.
This commit is contained in:
@@ -9,7 +9,7 @@ ExecStart=@sbindir@/iio-sensor-proxy
|
|||||||
#Environment="G_MESSAGES_DEBUG=all"
|
#Environment="G_MESSAGES_DEBUG=all"
|
||||||
|
|
||||||
# Lockdown
|
# Lockdown
|
||||||
ProtectSystem=true
|
ProtectSystem=strict
|
||||||
ProtectControlGroups=true
|
ProtectControlGroups=true
|
||||||
ProtectHome=true
|
ProtectHome=true
|
||||||
ProtectKernelModules=true
|
ProtectKernelModules=true
|
||||||
|
Reference in New Issue
Block a user