Move to files/

This commit is contained in:
Gerald Pinder
2024-04-16 17:06:56 -04:00
parent 99b2e6d091
commit 29b9627660
28 changed files with 1 additions and 2 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