diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c8656ca94..a06201847c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,7 @@ jobs: - run: dnf install --nogpgcheck -y git-core checkpolicy policycoreutils-devel make m4 findutils - run: git clone --depth=1 https://github.com/containers/container-selinux.git /tmp/container-selinux - run: cp /tmp/container-selinux/container.* policy/modules/contrib + - run: cp dist/targeted/modules.conf policy - run: make -j $(nproc) policy - run: make -j $(nproc) validate - run: make -j $(nproc) container.pp