From 4188864e220ed0c272abd32f35a93093b1fe1b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 20 Jan 2022 11:05:19 -0500 Subject: [PATCH] github: Clear default ACL on /home MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/sanitizers.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index ee650a6cf..2f99f1318 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -82,5 +82,8 @@ systemctl daemon-reload systemctl restart apparmor systemctl restart lxc-net +# Undo default ACLs from Github +setfacl -b -R /home + git clone --depth=1 https://github.com/lxc/lxc-ci timeout 30m bash -x lxc-ci/deps/lxc-exercise