Information
The /etc/default/sys-suspend settings control which users are allowed to use the syssuspend command to shut down the system.
Solution
Perform the following to implement the recommended state:
# cd /etc/default
# awk '/^PERMS=/ { $1 = "PERMS=-" }
{ print }' sys-suspend >sys-suspend.new
# mv sys-suspend.new sys-suspend
# pkgchk -f -n -p /etc/default/sys-suspend