aboutsummaryrefslogtreecommitdiffstats
path: root/ci.d/archlinux
diff options
context:
space:
mode:
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 \