We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea7c8f commit 1c06cceCopy full SHA for 1c06cce
.github/workflows/validate.yml
@@ -125,11 +125,16 @@ jobs:
125
lima sudo dnf install -y git make golang
126
127
- name: "make test"
128
+ continue-on-error: true
129
run: lima make -C /tmp/selinux test
130
131
- name: "32-bit test"
132
133
run: lima make -C /tmp/selinux GOARCH=386 test
134
135
+ - name: "Show AVC denials"
136
+ run: lima sudo ausearch -m AVC,USER_AVC || true
137
+
138
all-done:
139
needs:
140
- commit
0 commit comments