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"
|
||||
|
||||
# Lockdown
|
||||
ProtectSystem=true
|
||||
ProtectSystem=strict
|
||||
ProtectControlGroups=true
|
||||
ProtectHome=true
|
||||
ProtectKernelModules=true
|
||||
|
Reference in New Issue
Block a user