Removed default setuid and added a comment to the manpage explaining this.

This commit is contained in:
Eivind Eklund 1997-02-09 20:56:34 +00:00
parent c64075d5dd
commit 20a842df1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22505
2 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,7 @@ CFLAGS+=-DRDUMP
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
BINOWN= root
BINGRP= tty
BINMODE=6555
BINMODE=2555
MAN8= dump.8
MLINKS+=dump.8 rdump.8

View File

@ -366,6 +366,12 @@ told the operator which tape to mount when,
and provided more assistance
for the operator running
.Xr restore .
.Pp
.Nm dump
cannot do remote backups without being run as root, due to its
security history. This will be fixed in a later version of FreeBSD.
Presently, it work if you set it setuid (like it used to be), but this
might constitute a security risk.
.Sh HISTORY
A
.Nm dump