From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] BUG12403: Fix permissions of DMA configfile Date: Sat, 09 May 2020 08:06:42 +0200 Message-ID: <20200509060642.4551-1-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2189522072973522310==" List-Id: --===============2189522072973522310== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Alexander Marx Change read permissions of dma configfile so other users are able to read it. Needed for Addons like WIO to send Mails. FIXES: #12403 --- lfs/dma | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/dma b/lfs/dma index aceb2704e..6b5d9bfbf 100644 --- a/lfs/dma +++ b/lfs/dma @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.12 +VER =3D 0.13 =20 THISAPP =3D dma-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 755 $(DIR_SRC)/config/dma/dma-cleanup-spool /usr/sbin chown -R nobody.nobody /var/ipfire/dma chown nobody.root /var/ipfire/dma/auth.conf + chmod 644 /var/ipfire/dma/auth.conf ln -svf dma /usr/sbin/sendmail.dma /usr/sbin/alternatives --install /usr/sbin/sendmail sendmail /usr/sbin/send= mail.dma 20 @rm -rf $(DIR_APP) --=20 2.17.1 --===============2189522072973522310==--