aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--matterbridge.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/matterbridge.service b/matterbridge.service
index 51d6365..4925cc2 100644
--- a/matterbridge.service
+++ b/matterbridge.service
@@ -17,11 +17,11 @@ PrivateTmp=true
PrivateDevices=true
PrivateNetwork=false
PrivateUsers=true
-ProtectHostname=true
-ProtectClock=true
+# ProtectHostname=true
+# ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
-ProtectKernelLogs=true
+# ProtectKernelLogs=true
ProtectControlGroups=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RestrictNamespaces=true
@@ -29,7 +29,7 @@ MemoryDenyWriteExecute=true
LockPersonality=true
RestrictRealtime=true
RestrictSUIDSGID=true
-SystemCallFilter=@system-service
+# SystemCallFilter=@system-service
SystemCallArchitectures=native
[Install]