Skip to content
Snippets Groups Projects
Verified Commit 1f336dea authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrades): Fix missing parameter in iscsid_hotfix

parent 5f19288d
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ stringData: ...@@ -27,7 +27,7 @@ stringData:
cp "${secrets}/iscsid_hotfix.te" "${semodule_dir}/iscsid_hotfix.te" cp "${secrets}/iscsid_hotfix.te" "${semodule_dir}/iscsid_hotfix.te"
systemd-run --same-dir --wait --collect --service-type=exec dnf install -y selinux-policy-devel systemd-run --same-dir --wait --collect --service-type=exec dnf install -y selinux-policy-devel
systemd-run --same-dir --wait --collect --service-type=exec checkmodule -M -m -o "${semodule_dir}/iscsid_hotfix.mod" "${semodule_dir}/iscsid_hotfix.te" systemd-run --same-dir --wait --collect --service-type=exec checkmodule -M -m -o "${semodule_dir}/iscsid_hotfix.mod" "${semodule_dir}/iscsid_hotfix.te"
systemd-run --same-dir --wait --collect --service-type=exec semodule_package -o "${semodule_dir}/iscsid_hotfix.pp" "${semodule_dir}/iscsid_hotfix.mod" systemd-run --same-dir --wait --collect --service-type=exec semodule_package -o "${semodule_dir}/iscsid_hotfix.pp" -m "${semodule_dir}/iscsid_hotfix.mod"
systemd-run --same-dir --wait --collect --service-type=exec semodule -i "${semodule_dir}/iscsid_hotfix.pp" systemd-run --same-dir --wait --collect --service-type=exec semodule -i "${semodule_dir}/iscsid_hotfix.pp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment