From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] configroot: Change ownership of "/var/ipfire/red" to nobody. Date: Tue, 01 Dec 2020 16:16:13 +0000 Message-ID: In-Reply-To: <20201129105218.2576-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6092458617671887272==" List-Id: --===============6092458617671887272== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you. Merged. > On 29 Nov 2020, at 10:52, Stefan Schantl wrot= e: >=20 > Otherwise the WUI is not allowed to put and release the nobeep file in > this folder and the desired functionality does not work. >=20 > Fixes #12385. >=20 > Signed-off-by: Stefan Schantl > --- > lfs/configroot | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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-l= ang/ langs/ red/ ; do \ > + for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-l= ang/ langs/ ; do \ > chown -R root:root $(CONFIG_ROOT)/$$i; \ > done > chown -Rv root:root $(CONFIG_ROOT)/*/bin > --=20 > 2.20.1 >=20 --===============6092458617671887272==--