From e4b683ada7e45243e7f88b6bfc52a6c180b480c2 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 5 Oct 2017 10:06:01 -0700 Subject: [PATCH] fix /etc/mailname permissions --- scripts/FAIBASE/41-misc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/FAIBASE/41-misc diff --git a/scripts/FAIBASE/41-misc b/scripts/FAIBASE/41-misc new file mode 100755 index 0000000..de5754e --- /dev/null +++ b/scripts/FAIBASE/41-misc @@ -0,0 +1,3 @@ +#!/bin/bash + +chmod 644 ${target}/etc/mailname -- 2.25.1