-
Remove indirect dependencies
2023-07-25T18:08:58
Do not list indirect dependencies in the image build description. Listing indirect dependencies forces us to make changes to the image description everytime the package we really want changes it's dependencies.
-
Add OBS constraints
2023-07-24T16:50:54
-
Always include package 'hostname'
2023-07-14T12:45:39
-
Add additional hardening to pcs-sap-hardening
2023-06-28T20:12:00
In response to customer requests we added additional hardening
rules to pcs-sap-hardening. The changes needed are:
1: Replace existing rule by rule from pcs-hardening profile
with direct use of the pcs-hardening-sap profile.
2: Add new loop to pull in additional rules from the cis_server_l1
profile. The rule list is defined by RULES_FROM_CIS variable
The new SAP hardening results in a CIS Level 1 pass rate
of 81.2% compared to 66.4% for the existing SAP hardened image.
The following rules were explicitly not included for the resons given.
following break ssh into instance
package_dhcp_removed \
package_rsync_removed \
package_tcp_wrappers_removed \
package_telnet_removed \
the following rules break SAP testing
sshd_disable_root_login \
accounts_umask_etc_bashrc \
accounts_umask_etc_login_defs \
accounts_umask_etc_profile \
package_pam_apparmor_installed \
service_firewalld_enabled \
set_firewalld_default_zone \
the following rules either fail remediation or are missing remediation
aide_build_database \
partition_for_tmp \
accounts_password_pam_dcredit \
accounts_password_pam_lcredit \
accounts_password_pam_minlen \
accounts_password_pam_ocredit \
accounts_password_pam_ucredit \
use_pam_wheel_for_su \
grub2_password \
service_iptables_enabled \
mount_option_home_nodev \
coredump_disable_backtraces \
coredump_disable_storage \
service_crond_enabled \
service_timesyncd_enabled \
Signed-off-by: sampsone <esampson@suse.com>
-
Add comment about need for ALP adapation
2023-06-19T15:22:28
-
Fix set-prodlink script
2023-06-16T15:52:04
Fix bug with prod file traversal that resulted only in the first prod file to
be considered.
Filter all prod files with a <flavor> tag, not just extensions.
Fix bug with handling mulitple base product files.