Ensure sticky bit is set on all world-writable directories Details Setting the sticky bit on world writable directories prevents users from deleting or renaming files in that directory that...
Ensure sudo commands use pty Details sudo can be configured to run only from a pseudo-pty Note: visudo edits the sudoers file in a safe...
Ensure sudo is installed Details sudo allows a permitted user to execute a command as the superuser or another user, as specified by the...
Ensure sudo log file exists Details sudo can use a custom log file Note: visudo edits the sudoers file in a safe fashion, analogous to...
Ensure /tmp is configured Details The /tmp directory is a world-writable directory used for temporary storage by all users and some applications. Notes: If...