From 183ccaa5a5c95f4cb2b639360f3c1465567577e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 22 Apr 2021 17:47:37 +0200 Subject: [PATCH] icmp-types file does not have to be executable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This file does not contain any executable code, hence we should not set its permission to be executable. Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- config/fwhosts/icmp-types | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 config/fwhosts/icmp-types diff --git a/config/fwhosts/icmp-types b/config/fwhosts/icmp-types old mode 100755 new mode 100644 -- 2.39.5