From f5034abc58d09fc216f2d1d6bedaaab62cf1e96a Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Fri, 16 Apr 2021 16:50:54 +0200 Subject: [PATCH] Set LXC_UNPRIVILEGED=0 as default --- zamba.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zamba.conf b/zamba.conf index 4350deb..a34bb12 100644 --- a/zamba.conf +++ b/zamba.conf @@ -25,7 +25,7 @@ LXC_SHAREFS_MOUNTPOINT="tank" # Define whether the container will be created in unprivileged (1) or privileged (0) mode # For 'zmb_standalone', 'zmb_pdc', 'zmb_member' and 'mailpiler' the container needs to be created with 'unprivileged=0' -LXC_UNPRIVILEGED="1" +LXC_UNPRIVILEGED="0" # Size of the RAM assigned to the container LXC_MEM="1024"