From e3d74bea1f2f8b6115d2f54ff1997becef76760e Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 24 Oct 2023 21:42:59 +0200 Subject: [PATCH] Patch for LXC --- scripts/p7s/soju.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/p7s/soju.py b/scripts/p7s/soju.py index 1b45c70..e9683c5 100644 --- a/scripts/p7s/soju.py +++ b/scripts/p7s/soju.py @@ -14,7 +14,8 @@ def setup_soju(): Image=quay.io/alexpdp7/workstation:latest Volume=/home/alex/.config/containers/systemd/soju_config:/etc/soju/config Volume=/home/alex/.local/lib/soju:/var/lib/soju/ - SecurityLabelDisable=true + # running this on an LXC container, which borks SecurityLabelDisable + #SecurityLabelDisable=true Network=host Exec=soju -- 2.47.3