From: Stéphane Graber Date: Thu, 20 Jan 2022 16:05:19 +0000 (-0500) Subject: github: Clear default ACL on /home X-Git-Tag: lxc-4.0.12~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc61d2354b282d521aa2b3ed72dbf9b14bf64b0a;p=thirdparty%2Flxc.git github: Clear default ACL on /home Signed-off-by: Stéphane Graber --- 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