summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-05-31 05:37:12 +0000
committerache <ache@FreeBSD.org>1994-05-31 05:37:12 +0000
commit48ebd7358e637e2e2edc2705eb37eaa72238c94a (patch)
tree4483bebc0a61f9bc5914e36d6c4e88f459bdd46f /gnu
parent8ea1c93a557f1d44acb559a7fe7ecc1adbc7e985 (diff)
downloadFreeBSD-src-48ebd7358e637e2e2edc2705eb37eaa72238c94a.zip
FreeBSD-src-48ebd7358e637e2e2edc2705eb37eaa72238c94a.tar.gz
Disallow uucp execution to others.
It maybe not so nice, but if any user can easily shut up your mail feed with big file isn't nice too.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/uucp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uucp/Makefile b/gnu/libexec/uucp/uucp/Makefile
index 5e45460..e44afea 100644
--- a/gnu/libexec/uucp/uucp/Makefile
+++ b/gnu/libexec/uucp/uucp/Makefile
@@ -1,9 +1,10 @@
# Makefile for uucp
-# $Id: Makefile,v 1.2 1993/08/05 16:15:11 jtc Exp $
+# $Id: Makefile,v 1.1 1993/08/05 18:27:34 conklin Exp $
BINDIR= $(bindir)
BINOWN= $(owner)
-BINMODE= 4555
+BINGRP= $(group)
+BINMODE= 4550
PROG= uucp
SRCS= uucp.c util.c log.c copy.c
OpenPOWER on IntegriCloud