mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Allow group "dialer" to run cu
Disallow others to run cu
This commit is contained in:
parent
241ca242fb
commit
5974426b37
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue