Skip to content

Commit

Permalink
Add SELinux build for Enterprise Linux 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Jul 23, 2024
1 parent 442a065 commit b55a42b
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- .github/workflows/selinux.yml

jobs:
build-c7:
build-el7:
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Expand All @@ -33,13 +33,13 @@ jobs:
name: selinux-el7
path: contrib/selinux/laurel.pp

build-c8:
build-el8:
runs-on: ubuntu-latest
container: rockylinux:8
steps:
- name: Prepare
run: |
yum install -y selinux-policy-devel findutils
dnf install -y selinux-policy-devel findutils
- uses: actions/checkout@v2
- name: Build
run: |
Expand All @@ -50,6 +50,23 @@ jobs:
name: selinux-el8
path: contrib/selinux/laurel.pp

build-el9:
runs-on: ubuntu-latest
container: rockylinux:9
steps:
- name: Prepare
run: |
dnf install -y selinux-policy-devel findutils
- uses: actions/checkout@v2
- name: Build
run: |
make -C contrib/selinux AUDITD_VERSIONS=3
- name: Archive policy
uses: actions/upload-artifact@v3
with:
name: selinux-el9
path: contrib/selinux/laurel.pp

build-al2:
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
Expand Down

0 comments on commit b55a42b

Please sign in to comment.