Move files back to config

This commit is contained in:
Gerald Pinder
2024-05-29 18:09:24 -04:00
parent 8ec9ac25d9
commit 27d6063c38
28 changed files with 0 additions and 0 deletions

View File

@@ -1,15 +0,0 @@
#!/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