1#
2# A simple example config for op(1). See the man page for more information or
3# op.conf.complex for a complex multi-user/multi-system configuration.
4#
5
6## List of privileged users
7#PRIVILEGED=
8#
9#shell	/bin/su -;
10#	users=PRIVILEGED
11#	password
12#	environment
13#
14#shutdown	/sbin/shutdown -h now;
15#	users=PRIVILEGED
16#
17#reboot		/sbin/shutdown -h now;
18#	users=PRIVILEGED
19