Information
The settings in /etc/default/power control which users have access to the configuration settings for the system power management and checkpoint and resume features. By setting both values to -, configuration changes are restricted to only the root user.
Solution
Perform the following to implement the recommended state:
# cd /etc/default
# awk '/^PMCHANGEPERM=/ { $1 = "PMCHANGEPERM=-" }
/^CPRCHANGEPERM=/ { $1 = "CPRCHANGEPERM=-" }
{ print }' power >power.new
# mv power.new power
# pkgchk -f -n -p /etc/default/power