mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74626
@ -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