From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/2] configroot: Change ownership of "/var/ipfire/red" to nobody. Date: Sun, 29 Nov 2020 11:52:17 +0100 Message-ID: <20201129105218.2576-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3403600409947583959==" List-Id: --===============3403600409947583959== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Otherwise the WUI is not allowed to put and release the nobeep file in this folder and the desired functionality does not work. Fixes #12385. Signed-off-by: Stefan Schantl --- lfs/configroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/configroot b/lfs/configroot index 0afacebaf..a37c2c401 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -171,7 +171,7 @@ $(TARGET) : # Configroot permissions chown -R nobody:nobody $(CONFIG_ROOT) chown root:root $(CONFIG_ROOT) - for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lan= g/ langs/ red/ ; do \ + for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lan= g/ langs/ ; do \ chown -R root:root $(CONFIG_ROOT)/$$i; \ done chown -Rv root:root $(CONFIG_ROOT)/*/bin --=20 2.20.1 --===============3403600409947583959==--