bootupd: Put in permissive until SELinux issues are fixed
See: https://github.com/coreos/bootupd/issues/694 See: https://github.com/fedora-selinux/selinux-policy/issues/2334 See: https://github.com/fedora-selinux/selinux-policy/issues/2341 See: https://github.com/fedora-selinux/selinux-policy/issues/2362
This commit is contained in:
parent
50b211f589
commit
8d90cc08f1
1 changed files with 3 additions and 0 deletions
|
@ -30,3 +30,6 @@ postprocess:
|
||||||
EOF
|
EOF
|
||||||
chmod 644 /usr/lib/systemd/system/bootloader-update.service
|
chmod 644 /usr/lib/systemd/system/bootloader-update.service
|
||||||
echo "enable bootloader-update.service" > /usr/lib/systemd/system-preset/81-atomic-desktop.preset
|
echo "enable bootloader-update.service" > /usr/lib/systemd/system-preset/81-atomic-desktop.preset
|
||||||
|
|
||||||
|
# Turn permissive mode on for bootupd until all SELinux issues are fixed
|
||||||
|
semanage permissive --noreload --add bootupd_t
|
||||||
|
|
Loading…
Reference in a new issue