aboutsummaryrefslogtreecommitdiffstats
path: root/ci.d/archlinux
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-19 14:42:07 +0200
committerLoïc Hoguin <[email protected]>2018-04-19 14:42:07 +0200
commit9fb9738884c0bbd21716a587ef2fc51b6ef9d5d4 (patch)
tree53079c2d789367f4cc9ea2f24c65e2ed8c7cd9e4 /ci.d/archlinux
parentd2037b8b8b3335d829ec4aed2e5cd07a1b7013d3 (diff)
downloadci-9fb9738884c0bbd21716a587ef2fc51b6ef9d5d4.tar.gz
ci-9fb9738884c0bbd21716a587ef2fc51b6ef9d5d4.tar.bz2
ci-9fb9738884c0bbd21716a587ef2fc51b6ef9d5d4.zip
Better SystemD fix for Arch Linux
Also fixes other services independent of networking.
Diffstat (limited to 'ci.d/archlinux')
-rw-r--r--ci.d/archlinux7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci.d/archlinux b/ci.d/archlinux
index 100bc60..c899c43 100644
--- a/ci.d/archlinux
+++ b/ci.d/archlinux
@@ -6,6 +6,13 @@ archlinux_enable_cron() {
}
# archlinux_fix_network
+#
+# Only necessary with default LXC. A better fix would be to
+# append the following lines to /usr/share/lxc/config/common.seccomp:
+#
+# keyctl_chown errno 38
+# keyctl errno 38
+#
archlinux_fix_network() {
# We ForceConnect because the interface is up at container startup.
lxc_do bash -c \