Big Sur - Configure Sudoers to Authenticate Users on a Per -tty Basis

Information

The file /etc/sudoers _MUST_ be configured to include tty_tickets.

This rule ensures that the "sudo" command will prompt for the administrator's password at least once in each newly opened terminal window. This prevents a malicious user from taking advantage of an unlocked computer or an abandoned logon session by bypassing the normal password prompt requirement. Without the "tty_tickets" option, all open local and remote logon sessions would be authenticated to use sudo without a password for the duration of the configured password timeout window.

Solution

[source,bash]
----
/bin/cp /etc/sudoers /etc/sudoers.bk; /bin/echo "Defaults tty_tickets" >> /etc/sudoers
----

See Also

https://github.com/usnistgov/macos_security

Item Details

Category: CONFIGURATION MANAGEMENT, IDENTIFICATION AND AUTHENTICATION

References: 800-53|CM-5(1), 800-53|CM-6b., 800-53|IA-11, CCE|CCE-85387-9, CCI|CCI-000366, STIG-ID|APPL-11-004021

Plugin: Unix

Control ID: c4b34009bc2d5a315ce90f47eeb774e0869e41bbd4246725cf19ede9a08c211c