summaryrefslogtreecommitdiff
path: root/net/pconsole/pkg/MESSAGE
blob: 0d9f19a548215012059c370446ada418cb653290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: MESSAGE,v 1.1.1.1 2001/06/23 21:52:07 frueauf Exp $

Note that the pconsole binary needs to be run as root. For security reasons
it was not installed suid root, thus you need to run pconsole.sh as root.

If you decide to make pconsole setuid root, mind to restrict access
via a special group (such as 'admin' or 'operator').

pconsole is a very powerful tool that should not fall into the wrong
hands. So, as root, execute:

	chown root:operator pconsole ; chmod 4110 pconsole

pconsole drops its root privileges when they're not needed, so the
program maintains maximum security.