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:
Robert Watson 2001-03-22 04:27:46 +00:00
parent a8ee378010
commit 2f7aab1c26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74626
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