You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mnaser SELinux is more aggressive on RHEL9. It's in enforced mode by default (before on EL7/8 mode was permissive). My proposal would be to set SELinux to permissive mode for CI and leave real configuration for users. Users will almost always turn this off:(
Just pass this in a first place before other steps: sudo setenforce 0 or use real ansible:
- name: Put SELinux in permissive mode, logging actions that would be blocked.
ansible.posix.selinux:
policy: targeted
state: permissive
https://ci.atmosphere.dev/t/atmosphere/build/3e64d174889744d4b096c9e7b1abf091
The text was updated successfully, but these errors were encountered: