OpenSUSE Leap 16.0 Release Notes: Difference between revisions
→Harmless error messages sometimes displayed when launching some applications: Fixed numbered list |
→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: | ||
<ol> | |||
<li>Unpack the SAP installer.</li> | |||
<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> | ||
<li>Run the following commands to lable all files:</li> | |||
<pre>test -d ./snapshots && restorecon -R / -e /.snapshots | |||
test -d ./snapshots || restorecon R /</pre> | test -d ./snapshots || restorecon R /</pre> | ||
<li>Install SAP workload or SAP HANA</li> | |||
<li>Label all files again:</li> | |||
<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 === | ||