From 639ba154b8c7a27dce08c3efd48e7d3a7501f5fe Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 4 Feb 2008 13:39:46 +0000 Subject: [PATCH] Install dma(8) config files with mode 640 as root:mail to prevent ``normal'' users from spying at roots smtp login data. --- etc/dma/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/dma/Makefile b/etc/dma/Makefile index 78c74fa052..06ea7db04b 100644 --- a/etc/dma/Makefile +++ b/etc/dma/Makefile @@ -1,7 +1,9 @@ -# $DragonFly: src/etc/dma/Makefile,v 1.1 2008/02/02 18:24:00 matthias Exp $ +# $DragonFly: src/etc/dma/Makefile,v 1.2 2008/02/04 13:39:46 matthias Exp $ FILESDIR= /etc/dma FILES= auth.conf dma.conf virtusertable -FILESMODE= 644 +SHAREOWN= root +SHAREGRP= mail +FILESMODE= 640 .include -- 2.11.4.GIT