From d3d0d2d1860e02e80ad86764498a4b2fca10a82a Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 03:19:15 +0400 Subject: [PATCH] Added /usr/bin/bash to allowed executables. --- init/systemd/dwelling-radio.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/systemd/dwelling-radio.service b/init/systemd/dwelling-radio.service index e947c84..8735140 100755 --- a/init/systemd/dwelling-radio.service +++ b/init/systemd/dwelling-radio.service @@ -13,7 +13,7 @@ ReadOnlyPaths=/ # Set here path to directory where uploads are stored. ReadWritePaths=/srv/upload NoExecPaths=/ -ExecPaths=/usr/bin/dwelling-radio /usr/lib64 +ExecPaths=/usr/bin/dwelling-radio /usr/bin/bash /usr/lib64 LogsDirectory=dwelling-radio RuntimeDirectory=dwelling-radio