From 696666475c24b68a14b1e428d6bb697fbe5c9bfd Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 19 Oct 2022 12:37:39 +0200 Subject: [PATCH] fix: remove systemd ProtectHome feature (#2244) Fix #2242 --- analyzer/install/systemd/libretime-analyzer.service | 1 - api/install/systemd/libretime-api.service | 1 - playout/install/systemd/libretime-liquidsoap.service | 1 - playout/install/systemd/libretime-playout.service | 1 - worker/install/systemd/libretime-worker.service | 1 - 5 files changed, 5 deletions(-) diff --git a/analyzer/install/systemd/libretime-analyzer.service b/analyzer/install/systemd/libretime-analyzer.service index c18a64383..28d92ba56 100644 --- a/analyzer/install/systemd/libretime-analyzer.service +++ b/analyzer/install/systemd/libretime-analyzer.service @@ -10,7 +10,6 @@ PrivateTmp=true PrivateUsers=true ProtectClock=true ProtectControlGroups=true -ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true diff --git a/api/install/systemd/libretime-api.service b/api/install/systemd/libretime-api.service index 4bad49f88..f2fbd94c7 100644 --- a/api/install/systemd/libretime-api.service +++ b/api/install/systemd/libretime-api.service @@ -11,7 +11,6 @@ PrivateTmp=true PrivateUsers=true ProtectClock=true ProtectControlGroups=true -ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true diff --git a/playout/install/systemd/libretime-liquidsoap.service b/playout/install/systemd/libretime-liquidsoap.service index ae4bbba2e..f92b35af3 100644 --- a/playout/install/systemd/libretime-liquidsoap.service +++ b/playout/install/systemd/libretime-liquidsoap.service @@ -10,7 +10,6 @@ PrivateTmp=true PrivateUsers=true ProtectClock=true ProtectControlGroups=true -ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true diff --git a/playout/install/systemd/libretime-playout.service b/playout/install/systemd/libretime-playout.service index daf46a144..182424056 100644 --- a/playout/install/systemd/libretime-playout.service +++ b/playout/install/systemd/libretime-playout.service @@ -12,7 +12,6 @@ PrivateTmp=true PrivateUsers=true ProtectClock=true ProtectControlGroups=true -ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true diff --git a/worker/install/systemd/libretime-worker.service b/worker/install/systemd/libretime-worker.service index 3b8ad68e7..2f7c0f2e6 100644 --- a/worker/install/systemd/libretime-worker.service +++ b/worker/install/systemd/libretime-worker.service @@ -10,7 +10,6 @@ PrivateTmp=true PrivateUsers=true ProtectClock=true ProtectControlGroups=true -ProtectHome=true ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true