Skip to content

Commit cc5e4ae

Browse files
Merge pull request coreos#41 from jcapiitao/pin-selinux-policy
NO-JIRA: manifests: add selinux-workaround.yaml for el10
2 parents ae91ba2 + 95f2c4a commit cc5e4ae

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

common.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ conditional-include:
4040
- if: osversion == "rhel-9.6"
4141
include:
4242
- manifest-el9-shared.yaml
43+
- if: osversion == "centos-10"
44+
include:
45+
- manifest-el10-shared.yaml
46+
- if: osversion == "rhel-10.1"
47+
include:
48+
- manifest-el10-shared.yaml
4349

4450
documentation: false
4551

manifest-el10-shared.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Place here configuration that should happen on all el10* builds
2+
3+
include:
4+
- fedora-coreos-config/manifests/selinux-workaround.yaml

0 commit comments

Comments
 (0)