diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-03-22 04:27:46 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-03-22 04:27:46 +0000 |
commit | 2067928f4eb6211420175a84f11a6c8c20eeead0 (patch) | |
tree | 8a46b96191e9af3c4b04af06c57aa8038dc40767 /usr.sbin/mptable | |
parent | 3f5cf40811ceceb1b7cd9f1b05c6914be8ac7c00 (diff) | |
download | FreeBSD-src-2067928f4eb6211420175a84f11a6c8c20eeead0.zip FreeBSD-src-2067928f4eb6211420175a84f11a6c8c20eeead0.tar.gz |
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)
Diffstat (limited to 'usr.sbin/mptable')
-rw-r--r-- | usr.sbin/mptable/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/mptable/mptable.1 | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/mptable/Makefile b/usr.sbin/mptable/Makefile index 66a4f43c..c5c8092 100644 --- a/usr.sbin/mptable/Makefile +++ b/usr.sbin/mptable/Makefile @@ -3,6 +3,4 @@ PROG = mptable MAN1 = mptable.1 -BINMODE = 550 - .include <bsd.prog.mk> diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1 index e7bd445..e8ff5ad 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 |