xref: /illumos-gate/usr/src/cmd/power/power.dfl (revision bbf21555)
1# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
2# Use is subject to license terms.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License, Version 1.0 only
8# (the "License").  You may not use this file except in compliance
9# with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24#
25# This file contains tunable parameters for Power Management (PM) and
26# Checkpoint-Resume (CPR). See power.conf(5), pmconfig(8), pm(4D),
27# and cpr(4) for details.
28#
29#
30#
31# PMCHANGEPERM and CPRCHANGEPERM variables control changing of PM
32# and CPR configurations respectively. Possible values are:
33#
34# 	all                   any user can change the configuration.
35#
36# 	-                     nobody  except  super-user can change
37#                             the configuration.
38#
39# 	<user1, user2, . . .> a user in this user list or super-user
40#                             can change the configuration. The list of
41#                             user is a space and/or comma (,) seperated
42#                             list. It is required to enclose the list
43#                             in < and > characters.
44#
45# 	console-owner         a user who owns the system console device
46#                             node or super-user can change the configuration.
47#
48# The default values are PMCHANGEPERM=console-owner and CPRCHANGEPERM=
49# console-owner.
50#
51PMCHANGEPERM=console-owner
52CPRCHANGEPERM=console-owner
53