From cc294118ae18128e305501f997689b930820ab3d Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 21 Jan 2023 02:51:51 +0100 Subject: [PATCH] Make gitea unprivileged --- src/gitea/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitea/constants-service.conf b/src/gitea/constants-service.conf index 77513ba..af82f81 100644 --- a/src/gitea/constants-service.conf +++ b/src/gitea/constants-service.conf @@ -14,7 +14,7 @@ LXC_TEMPLATE_VERSION="debian-11-standard" LXC_MP="1" # Create unprivileged container -LXC_UNPRIVILEGED="0" +LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1"