Skip to content

make cockpit definition optional #299

make cockpit definition optional

make cockpit definition optional #299

Workflow file for this run

---
name: Compile policy
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
centos:
- "stream8"
- "stream9"
container:
image: quay.io/centos/centos:${{ matrix.centos }}
steps:
- uses: actions/checkout@v4
- name: Install SELinux
run: yum install -y selinux-policy-devel policycoreutils bzip2 perl
- name: Compile policy
run: make
- name: Check syntax of shell scripts
run: bash -n *-relabel *-enable *-disable