Skip to content

Commit

Permalink
Platform package override for passwd in SUSE platforms
Browse files Browse the repository at this point in the history
Make sure that dependencies on passwd package are interpreted for that platform.
Thanks to @marcusburghardt for raising the flag on that 🙇
  • Loading branch information
teacup-on-rockingchair committed Apr 7, 2024
1 parent a563a54 commit 9ed6012
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions products/opensuse/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ cpes:
name: "cpe:/o:opensuse:leap:15.0"
title: "openSUSE Leap 15.0"
check_id: installed_OS_is_opensuse_leap15

platform_package_overrides:
login_defs: "shadow"
grub2: "grub2"
sssd: "sssd"
crontabs: "cronie"
passwd: "shadow"
1 change: 1 addition & 0 deletions products/sle12/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ platform_package_overrides:
login_defs: "shadow"
grub2: "grub2"
sssd: "sssd"
passwd: "shadow"

reference_uris:
cis: 'https://www.cisecurity.org/benchmark/suse_linux/'
Expand Down
1 change: 1 addition & 0 deletions products/sle15/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ platform_package_overrides:
grub2: "grub2"
sssd: "sssd"
crontabs: "cronie"
passwd: "shadow"

reference_uris:
cis: 'https://www.cisecurity.org/benchmark/suse_linux/'
Expand Down

0 comments on commit 9ed6012

Please sign in to comment.