summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-21 11:06:22 +0000
committerbapt <bapt@FreeBSD.org>2014-02-21 11:06:22 +0000
commit2937fd4f1e600de5c25f24e93b31391d36c7e18e (patch)
treecfba8302e2a25e00200c69ea62f337fee7e40134 /libexec
parent7ce3b5e29585d1c01790351f3a246f8ec838a290 (diff)
downloadFreeBSD-src-2937fd4f1e600de5c25f24e93b31391d36c7e18e.zip
FreeBSD-src-2937fd4f1e600de5c25f24e93b31391d36c7e18e.tar.gz
Enforce mail user and group
Diffstat (limited to 'libexec')
-rw-r--r--libexec/dma/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/dma/Makefile b/libexec/dma/Makefile
index d28d203..a4884af 100644
--- a/libexec/dma/Makefile
+++ b/libexec/dma/Makefile
@@ -5,7 +5,9 @@
CFLAGS= -I${.CURDIR}/../../contrib/dma \
-DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \
-DCONF_PATH='"/etc/dma"' \
- -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.9+"'
+ -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.9+"' \
+ -DDMA_ROOT_USER='"mailnull"' \
+ -DDMA_GROUP='"mail"'
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
OpenPOWER on IntegriCloud