]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github: Clear default ACL on /home
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 20 Jan 2022 16:05:19 +0000 (11:05 -0500)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 27 Jan 2022 09:32:22 +0000 (10:32 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
.github/workflows/sanitizers.sh

index ee650a6cfc7e610b961a4544afea5294b2846dde..2f99f131877422ee68d52d0d0c0a0a4aafe7fdfe 100755 (executable)
@@ -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