data: Fix daemon not receiving udev events

Disable PrivateNetwork lockdown so we can get access to uevents that
tell us whether sensors got removed or added, but allow enough
networking for udev to work correctly.

Fixes the regression introduced in 45f9a638.
This commit is contained in:
Bastien Nocera
2017-02-15 15:34:31 +01:00
parent 83162f1db4
commit 078dc862a0

View File

@@ -14,6 +14,6 @@ ProtectControlGroups=true
ProtectHome=true ProtectHome=true
ProtectKernelModules=true ProtectKernelModules=true
PrivateTmp=true PrivateTmp=true
PrivateNetwork=true RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK
MemoryDenyWriteExecute=true MemoryDenyWriteExecute=true
RestrictRealtime=true RestrictRealtime=true