xref: /illumos-gate/usr/src/cmd/power/power.dfl (revision bbf21555)
17c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
27c478bd9Sstevel@tonic-gate# Use is subject to license terms.
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# CDDL HEADER START
57c478bd9Sstevel@tonic-gate#
67c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
77c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
87c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
97c478bd9Sstevel@tonic-gate# with the License.
107c478bd9Sstevel@tonic-gate#
117c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
127c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
137c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
147c478bd9Sstevel@tonic-gate# and limitations under the License.
157c478bd9Sstevel@tonic-gate#
167c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
177c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
187c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
197c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
207c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
217c478bd9Sstevel@tonic-gate#
227c478bd9Sstevel@tonic-gate# CDDL HEADER END
237c478bd9Sstevel@tonic-gate#
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# This file contains tunable parameters for Power Management (PM) and
26*bbf21555SRichard Lowe# Checkpoint-Resume (CPR). See power.conf(5), pmconfig(8), pm(4D),
27*bbf21555SRichard Lowe# and cpr(4) for details.
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate#
307c478bd9Sstevel@tonic-gate#
317c478bd9Sstevel@tonic-gate# PMCHANGEPERM and CPRCHANGEPERM variables control changing of PM
327c478bd9Sstevel@tonic-gate# and CPR configurations respectively. Possible values are:
337c478bd9Sstevel@tonic-gate#
347c478bd9Sstevel@tonic-gate# 	all                   any user can change the configuration.
357c478bd9Sstevel@tonic-gate#
367c478bd9Sstevel@tonic-gate# 	-                     nobody  except  super-user can change
377c478bd9Sstevel@tonic-gate#                             the configuration.
387c478bd9Sstevel@tonic-gate#
397c478bd9Sstevel@tonic-gate# 	<user1, user2, . . .> a user in this user list or super-user
407c478bd9Sstevel@tonic-gate#                             can change the configuration. The list of
417c478bd9Sstevel@tonic-gate#                             user is a space and/or comma (,) seperated
427c478bd9Sstevel@tonic-gate#                             list. It is required to enclose the list
437c478bd9Sstevel@tonic-gate#                             in < and > characters.
447c478bd9Sstevel@tonic-gate#
457c478bd9Sstevel@tonic-gate# 	console-owner         a user who owns the system console device
467c478bd9Sstevel@tonic-gate#                             node or super-user can change the configuration.
477c478bd9Sstevel@tonic-gate#
487c478bd9Sstevel@tonic-gate# The default values are PMCHANGEPERM=console-owner and CPRCHANGEPERM=
497c478bd9Sstevel@tonic-gate# console-owner.
507c478bd9Sstevel@tonic-gate#
517c478bd9Sstevel@tonic-gatePMCHANGEPERM=console-owner
527c478bd9Sstevel@tonic-gateCPRCHANGEPERM=console-owner
53