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:
parent
3f5cf40811
commit
2067928f4e
@ -3,6 +3,4 @@
|
||||
PROG = mptable
|
||||
MAN1 = mptable.1
|
||||
|
||||
BINMODE = 550
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user