From: Peter Müller Date: Fri, 18 Nov 2022 13:37:51 +0000 (+0000) Subject: configroot: menu.d files do not have to be writable by "nobody" X-Git-Tag: v2.27-core172~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8274d4cfa2a23ba1a4e856edd313c1215b9065b;p=ipfire-2.x.git configroot: menu.d files do not have to be writable by "nobody" Signed-off-by: Peter Müller --- diff --git a/lfs/configroot b/lfs/configroot index c0db17fd99..ef92f5f083 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -169,7 +169,7 @@ $(TARGET) : # Configroot permissions chown -Rv nobody:nobody $(CONFIG_ROOT) chown root:root $(CONFIG_ROOT) - for i in backup/exclude.user backup/include.user connscheduler/lib.pl *.pl addon-lang/ langs/ ; do \ + for i in backup/exclude.user backup/include.user connscheduler/lib.pl *.pl addon-lang/ langs/ menu.d/; do \ chown -Rv root:root $(CONFIG_ROOT)/$$i; \ done chown -Rv root:root $(CONFIG_ROOT)/*/bin