We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e24b6 commit 0c11a65Copy full SHA for 0c11a65
.github/workflows/test.yml
@@ -74,6 +74,13 @@ jobs:
74
if: matrix.security != 'none'
75
run: |
76
./forge security --mode ${{ matrix.security }}
77
+ - name: Apply fapolicyd workarounds
78
+ # https://access.redhat.com/solutions/7072618 / https://issues.redhat.com/browse/RHEL-37912
79
+ # https://github.com/theforeman/foreman-fapolicyd/blob/develop/15-foreman-container.rules
80
+ if: matrix.security == 'fapolicyd'
81
+ run: |
82
+ vagrant ssh --command "echo 'allow perm=any pattern=ld_so exe=/usr/bin/crun : path=/usr/lib64/libsystemd.so.0' | sudo tee -a /etc/fapolicyd/rules.d/15-foremanctl.rules" quadlet
83
+ vagrant ssh quadlet -- sudo systemctl restart fapolicyd
84
- name: Run image pull
85
86
./foremanctl pull-images
0 commit comments