Skip to content

Commit 2a5f85e

Browse files
committed
feat: Add lsof and libltdl7 for hardened images
1 parent b3903db commit 2a5f85e

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

roles/sap_general_preconfigure/vars/SLES_15.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ __sap_general_preconfigure_packages:
2323
- bind-utils
2424
- hostname
2525

26+
# Required for zypper ps
27+
- lsof
28+
2629
# Packages specific for SAP Note 2578899
2730
# Their services are enabled using __sap_general_preconfigure_services_2578899
2831
__sap_general_preconfigure_packages_2578899:

roles/sap_general_preconfigure/vars/SLES_SAP_15.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ __sap_general_preconfigure_packages:
2424
- nfs-utils
2525
- bind-utils
2626

27+
# Required for zypper ps
28+
- lsof
29+
2730
# Packages specific for SAP Note 2578899
2831
# Their services are enabled using __sap_general_preconfigure_services_2578899
2932
__sap_general_preconfigure_packages_2578899:

roles/sap_general_preconfigure/vars/SLES_SAP_16.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ __sap_general_preconfigure_packages:
2525
- nfs-utils
2626
- bind-utils
2727

28+
# Required for zypper ps
29+
- lsof
2830

2931
__sap_general_preconfigure_min_pkgs: []
3032
__sap_general_preconfigure_packagegroups:

roles/sap_hana_preconfigure/vars/SLES_15.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ __sap_hana_preconfigure_packages_2684254:
9292
- libssh2-1
9393
- libopenssl1_1
9494
- insserv-compat
95+
- libltdl7
9596

9697
__sap_hana_preconfigure_min_pkgs:
9798

roles/sap_hana_preconfigure/vars/SLES_SAP_15.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ __sap_hana_preconfigure_packages_2684254:
5858
- libssh2-1
5959
- libopenssl1_1
6060
- insserv-compat
61+
- libltdl7
6162

6263

6364
__sap_hana_preconfigure_min_pkgs:

0 commit comments

Comments
 (0)