Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible: Fix podman socket SELinux context on AWS
On Fedora CoreOS, SELinux wants the socket path in /run, while on Fedora 40 (on our PSI runners) it wants to go via /var/run, due to the conflicting "extra_varrun" custom policy that Fedora installs for migration. Adjust the policy for /run (see [1] and bump priority to avoid conflicting with extra_varrun. [1] https://discussion.fedoraproject.org/t/f40-change-proposal-move-var-run-selinux-policy-entries-to-run-self-contained/100171
- Loading branch information