diff options
author | ru <ru@FreeBSD.org> | 2001-09-05 15:37:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-09-05 15:37:01 +0000 |
commit | d4d77d0e3cd069c048f869890deb6bcfa3ab8137 (patch) | |
tree | 4d3677eb8799cbcf234206991448fa96de56769a /sbin/dump/Makefile | |
parent | cebe3d680006748e02cc90784e649922f21f5713 (diff) | |
download | FreeBSD-src-d4d77d0e3cd069c048f869890deb6bcfa3ab8137.zip FreeBSD-src-d4d77d0e3cd069c048f869890deb6bcfa3ab8137.tar.gz |
SECURITY.
Notify operators using wall(1)'s -g option.
Drop ``setgid tty'' privilege.
Obtained from: OpenBSD
MFC after: 1 month
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r-- | sbin/dump/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 95e2b9a..2df9111 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -18,8 +18,6 @@ LINKS= ${BINDIR}/dump ${BINDIR}/rdump CFLAGS+=-DRDUMP CFLAGS+=-I${.CURDIR}/../../libexec/rlogind SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c -BINGRP= tty -BINMODE=2555 MAN= dump.8 MLINKS+=dump.8 rdump.8 |