Skip to content

Commit bf62c2d

Browse files
authored
Merge pull request #14553 from ericeberry/noble-stig-priv-escal
Implemented UBTU-24-300019/20/21
2 parents 9fe83ea + b12bb7a commit bf62c2d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

controls/stig_ubuntu2404.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,22 @@ controls:
582582
- accounts_passwords_pam_faildelay_delay
583583
status: automated
584584

585+
- id: UBTU-24-300019
586+
title: Ubuntu 24.04 LTS must restrict privilege elevation to authorized personnel.
587+
levels:
588+
- medium
589+
rules:
590+
- sudo_restrict_privilege_elevation_to_authorized
591+
status: automated
592+
593+
- id: UBTU-24-300020
594+
title: Ubuntu 24.04 LTS must require users to provide a password for privilege escalation.
595+
levels:
596+
- medium
597+
rules:
598+
- sudo_remove_nopasswd
599+
status: automated
600+
585601
- id: UBTU-24-300021
586602
title: Ubuntu 24.04 LTS must require users to reauthenticate for privilege escalation or when changing
587603
roles.

0 commit comments

Comments
 (0)