From d7fcd5daa3addc8916a7c6be78c449a6ced6c3b3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 2 Sep 2013 22:22:26 +0200 Subject: [PATCH 1/1] configroot: Fix permissions of executable files. This must always be owned by root and must not be editable and executable by the world. --- lfs/configroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/configroot b/lfs/configroot index 690b9c976..7232e14b6 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -159,10 +159,10 @@ $(TARGET) : # Configroot permissions chown -R nobody:nobody $(CONFIG_ROOT) chown root:root $(CONFIG_ROOT) - for i in backup/ header.pl general-functions.pl lang.pl addon-lang/ langs/ red/ ; do \ + for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lang/ langs/ red/ ; do \ chown -R root:root $(CONFIG_ROOT)/$$i; \ done + chown -Rv root:root $(CONFIG_ROOT)/bin chown root:nobody $(CONFIG_ROOT)/dhcpc - @$(POSTBUILD) -- 2.39.2