Skip to content

Commit a2852fe

Browse files
committed
stricter fapolicy
1 parent b8e8c49 commit a2852fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# https://github.com/theforeman/foreman-fapolicyd/blob/develop/15-foreman-container.rules
8686
if: matrix.security == 'fapolicyd'
8787
run: |
88-
vagrant ssh quadlet -- sudo sed -i '/^deny_audit/d' /etc/fapolicyd/rules.d/30-patterns.rules
88+
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
8989
vagrant ssh quadlet -- sudo systemctl restart fapolicyd
9090
- name: Run image pull
9191
run: |

0 commit comments

Comments
 (0)