From 15e4d12e797d53c055d7eabe108fee272f3e1400 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 26 May 2017 17:55:52 +0200 Subject: fam: /etc/fam.conf should not be executable Signed-off-by: Michael Olbrich --- rules/fam.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/fam.make b/rules/fam.make index 5e5571e93..8a38bfbe2 100644 --- a/rules/fam.make +++ b/rules/fam.make @@ -51,7 +51,7 @@ $(STATEDIR)/fam.targetinstall: @$(call install_copy, fam, 0, 0, 0755, -, /usr/sbin/famd) ifdef PTXCONF_FAM_DEFAULT_CONF - @$(call install_copy, fam, 0, 0, 0755, -, /etc/fam.conf, n) + @$(call install_copy, fam, 0, 0, 0644, -, /etc/fam.conf, n) endif ifdef PTXCONF_FAM_LIBRARY @$(call install_lib, fam, 0, 0, 0644, libfam) -- cgit v1.2.3