You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/stig_ubuntu2204.yml
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ reference_type: stigid
14
14
product: ubuntu2204
15
15
16
16
controls:
17
+
- id: UBTU-22-211000
18
+
title: Ubuntu 22.04 LTS must be a vendor-supported release.
19
+
levels:
20
+
- high
21
+
rules:
22
+
- installed_OS_is_vendor_supported
23
+
status: automated
24
+
17
25
- id: UBTU-22-211015
18
26
title: Ubuntu 22.04 LTS must disable the x86 Ctrl-Alt-Delete key sequence.
19
27
levels:
@@ -483,6 +491,42 @@ controls:
483
491
- sysctl_net_ipv4_tcp_syncookies
484
492
status: automated
485
493
494
+
- id: UBTU-22-254010
495
+
title: Ubuntu 22.04 LTS must have the "SSSD" package installed.
496
+
levels:
497
+
- medium
498
+
rules:
499
+
- package_nss_sss_installed
500
+
- package_pam_sss_installed
501
+
- package_sssd_installed
502
+
status: automated
503
+
504
+
- id: UBTU-22-254015
505
+
title: Ubuntu 22.04 LTS must use the "SSSD" package for multifactor authentication services.
506
+
levels:
507
+
- medium
508
+
rules:
509
+
- service_sssd_enabled
510
+
status: automated
511
+
512
+
- id: UBTU-22-254020
513
+
title: Ubuntu 22.04 LTS must ensure SSSD performs certificate path validation, including revocation checking, against a trusted anchor for PKI-based authentication.
514
+
levels:
515
+
- medium
516
+
rules:
517
+
- sssd_enable_pam_services
518
+
- sssd_enable_smartcards
519
+
- sssd_certification_path_trust_anchor
520
+
status: automated
521
+
522
+
- id: UBTU-22-254030
523
+
title: Ubuntu 22.04 LTS must map the authenticated identity to the user or group account for PKI-based authentication.
524
+
levels:
525
+
- medium
526
+
rules:
527
+
- sssd_enable_user_cert
528
+
status: automated
529
+
486
530
- id: UBTU-22-255010
487
531
title: Ubuntu 22.04 LTS must have SSH installed.
488
532
levels:
@@ -1620,6 +1664,14 @@ controls:
1620
1664
- audit_rules_sudoers
1621
1665
status: automated
1622
1666
1667
+
- id: UBTU-22-654224
1668
+
title: The operating system must restrict privilege elevation to authorized personnel.
1669
+
levels:
1670
+
- medium
1671
+
rules:
1672
+
- sudo_restrict_privilege_elevation_to_authorized
1673
+
status: automated
1674
+
1623
1675
- id: UBTU-22-654225
1624
1676
title: Ubuntu 22.04 LTS must generate audit records when successful/unsuccessful attempts to modify
Copy file name to clipboardExpand all lines: linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/oval/shared.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
<extend_definitioncomment="Installed OS is SLE16"definition_ref="installed_OS_is_sle16" />
17
17
<extend_definitioncomment="Installed OS is SLE Micro 5"definition_ref="installed_OS_is_slmicro5" />
18
18
<extend_definitioncomment="Installed OS is SLE Micro 6"definition_ref="installed_OS_is_slmicro6" />
19
+
<extend_definitioncomment="Installed OS is Ubuntu 22.04"definition_ref="installed_OS_is_ubuntu2204" />
19
20
<extend_definitioncomment="Installed OS is Ubuntu 24.04"definition_ref="installed_OS_is_ubuntu2404" />
0 commit comments