OpenSUSE Leap 16.0 Release Notes: Difference between revisions

SAP workloads on Leap 16.0: Fixed numbered list
Line 463: Line 463:


For running SAP workloads on openSUSE Leap 16.0, do the following:
For running SAP workloads on openSUSE Leap 16.0, do the following:
# Unpack the SAP installer.
<ol>
# Run the following commands to change policies:
<li>Unpack the SAP installer.</li>
#:<pre>semanage boolean -m --on selinuxuser_execmod
<li>Run the following commands to change policies:</li>
<pre>semanage boolean -m --on selinuxuser_execmod
semanage boolean -m --on unconfined_service_transition_to_unconfined_user
semanage boolean -m --on unconfined_service_transition_to_unconfined_user
semanage permissive -a snapper_grub_plugin_t
semanage permissive -a snapper_grub_plugin_t
restorecon -R /</pre>
restorecon -R /</pre>
# Run the following commands to lable all files:
<li>Run the following commands to lable all files:</li>
#:<pre>test -d ./snapshots && restorecon -R / -e /.snapshots
<pre>test -d ./snapshots && restorecon -R / -e /.snapshots
test -d ./snapshots || restorecon R /</pre>
test -d ./snapshots || restorecon R /</pre>
# Install SAP workload or SAP HANA
<li>Install SAP workload or SAP HANA</li>
# Label all files again:
<li>Label all files again:</li>
#:<pre>test -d /.snapshots && restorecon -R / -e /.snapshots
<pre>test -d /.snapshots && restorecon -R / -e /.snapshots
test -d /.snapshots || restorecon -R /</pre>
test -d /.snapshots || restorecon -R /</pre>
</ol>


=== FIPS 140-3 not working properly ===
=== FIPS 140-3 not working properly ===