From 5974426b3738bb83e552ecaa42263cebbf2ffb65 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 31 May 1994 05:23:39 +0000 Subject: [PATCH] Allow group "dialer" to run cu Disallow others to run cu --- gnu/libexec/uucp/cu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 5b1ba03d851..180498635fd 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,9 +1,10 @@ # Makefile for cu -# $Id: Makefile,v 1.2 1993/08/05 16:14:45 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:23:27 conklin Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= dialer +BINMODE= 4550 PROG= cu SRCS= cu.c prot.c log.c chat.c conn.c tcp.c tli.c copy.c