Modules setup

This commit is contained in:
Gerald Pinder
2023-10-28 04:46:49 +00:00
parent 86ed2189d0
commit b50871bc58
38 changed files with 109 additions and 406 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
# https://docs.gitlab.com/runner/install/docker.html#selinux
set -euo pipefail
git clone https://github.com/dpw/selinux-dockersock.git /tmp/selinux-dockersock
pushd /tmp/selinux-dockersock
make dockersock.pp
semodule -i dockersock.pp
popd