From 2f7aab1c2674154bd642d4244454d31ea09fcefc Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 22 Mar 2001 04:27:46 +0000 Subject: [PATCH] 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) --- usr.sbin/mptable/Makefile | 2 -- usr.sbin/mptable/mptable.1 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/mptable/Makefile b/usr.sbin/mptable/Makefile index 66a4f43cefca..c5c8092c248d 100644 --- a/usr.sbin/mptable/Makefile +++ b/usr.sbin/mptable/Makefile @@ -3,6 +3,4 @@ PROG = mptable MAN1 = mptable.1 -BINMODE = 550 - .include diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1 index e7bd44543148..e8ff5ad538a9 100644 --- a/usr.sbin/mptable/mptable.1 +++ b/usr.sbin/mptable/mptable.1 @@ -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