From 24e5d373c57560cd6435747474d56dd82c1a7aa0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:26:07 +0200 Subject: [PATCH] fix(openthread-br): switch to unprivileged container USB passthrough works unprivileged. Network operations (iptables, interface creation) should work with nesting enabled. --- ct/openthread-br.sh | 2 +- json/openthread-br.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/openthread-br.sh b/ct/openthread-br.sh index 273e3fb00..64e76a5ab 100644 --- a/ct/openthread-br.sh +++ b/ct/openthread-br.sh @@ -13,7 +13,7 @@ var_ram="${var_ram:-2048}" var_disk="${var_disk:-4}" var_os="${var_os:-debian}" var_version="${var_version:-13}" -var_unprivileged="${var_unprivileged:-0}" +var_unprivileged="${var_unprivileged:-1}" header_info "$APP" variables diff --git a/json/openthread-br.json b/json/openthread-br.json index 5b0c72204..cec5bf431 100644 --- a/json/openthread-br.json +++ b/json/openthread-br.json @@ -7,7 +7,7 @@ "date_created": "2026-03-30", "type": "ct", "updateable": true, - "privileged": true, + "privileged": false, "interface_port": 80, "documentation": "https://openthread.io/guides/border-router", "website": "https://openthread.io/",