We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c50fe commit 9720c2cCopy full SHA for 9720c2c
.github/workflows/build.yml
@@ -11,6 +11,7 @@ jobs:
11
- run: dnf install --nogpgcheck -y git-core checkpolicy policycoreutils-devel make m4 findutils
12
- run: git clone --depth=1 https://github.com/containers/container-selinux.git /tmp/container-selinux
13
- run: cp /tmp/container-selinux/container.* policy/modules/contrib
14
+ - run: cp dist/targeted/modules.conf policy
15
- run: make -j $(nproc) policy
16
- run: make -j $(nproc) validate
17
- run: make -j $(nproc) container.pp
0 commit comments