mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't allow others to run uuconv
This commit is contained in:
parent
a537d2cfa6
commit
241ca242fb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Makefile for uuconv
|
||||
# $Id: Makefile,v 1.2 1993/08/05 16:15:08 jtc Exp $
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:27:28 conklin Exp $
|
||||
|
||||
BINDIR= $(sbindir)
|
||||
BINOWN= $(owner)
|
||||
BINMODE= 550
|
||||
|
||||
PROG= uuconv
|
||||
SRCS= uuconv.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue