mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
a8ee378010
commit
2f7aab1c26
2 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue