o Remove BINMODE=0550 -- no need to restrict execution rights as the

authorization check is on /dev/{,k}mem.
o Update man page to reflect requirement that gid kmem privileges must
  be held, not root.  (submitted by: peter)
This commit is contained in:
rwatson 2001-03-22 04:27:46 +00:00
parent 3f5cf40811
commit 2067928f4e
2 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,4 @@
PROG = mptable
MAN1 = mptable.1
BINMODE = 550
.include <bsd.prog.mk>

View File

@ -44,7 +44,7 @@ It is useful for debugging an SMP kernel that will not boot, as well
as examining the configuration of a system.
It can be run with a UniProcessor kernel.
.Pp
It must be run as root.
It must be run with gid kmem privileges.
.Pp
The following options are available:
.Bl -tag -width indent