1. Home
  2. Security Hardening
  3. CIS Solaris 10 L2 V5 2
  4. Restrict access to sys-suspend feature

Restrict access to sys-suspend feature

Details

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

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles