We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2852fe commit 6e7fa3bCopy full SHA for 6e7fa3b
.github/workflows/test.yml
@@ -86,6 +86,7 @@ jobs:
86
if: matrix.security == 'fapolicyd'
87
run: |
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
89
+ vagrant ssh --command "echo 'allow perm=any all : dir=/home/vagrant/.ansible/tmp/' | sudo tee -a /etc/fapolicyd/rules.d/15-foremanctl.rules" quadlet
90
vagrant ssh quadlet -- sudo systemctl restart fapolicyd
91
- name: Run image pull
92
0 commit comments