mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-29 15:35:15 +00:00
github: Clear default ACL on /home
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
fb0e0b3dd2
commit
bc61d2354b
3
.github/workflows/sanitizers.sh
vendored
3
.github/workflows/sanitizers.sh
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user