2
0
mirror of git://github.com/lxc/lxc synced 2025-08-22 12:31:37 +00:00

Merge pull request #4065 from stgraber/master

github: Clear default ACL on /home
This commit is contained in:
Christian Brauner 2022-01-20 18:06:53 +01:00 committed by GitHub
commit a368b91a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,5 +82,8 @@ systemctl daemon-reload
systemctl restart apparmor systemctl restart apparmor
systemctl restart lxc-net systemctl restart lxc-net
# Undo default ACLs from Github
setfacl -b -R /home
git clone --depth=1 https://github.com/lxc/lxc-ci git clone --depth=1 https://github.com/lxc/lxc-ci
timeout 30m bash -x lxc-ci/deps/lxc-exercise timeout 30m bash -x lxc-ci/deps/lxc-exercise