fix(openthread-br): switch to unprivileged container

USB passthrough works unprivileged. Network operations (iptables,
interface creation) should work with nesting enabled.
This commit is contained in:
CanbiZ (MickLesk)
2026-03-30 13:26:07 +02:00
parent cc71bb8e70
commit 24e5d373c5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ var_ram="${var_ram:-2048}"
var_disk="${var_disk:-4}" var_disk="${var_disk:-4}"
var_os="${var_os:-debian}" var_os="${var_os:-debian}"
var_version="${var_version:-13}" var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-0}" var_unprivileged="${var_unprivileged:-1}"
header_info "$APP" header_info "$APP"
variables variables

View File

@@ -7,7 +7,7 @@
"date_created": "2026-03-30", "date_created": "2026-03-30",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": true, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://openthread.io/guides/border-router", "documentation": "https://openthread.io/guides/border-router",
"website": "https://openthread.io/", "website": "https://openthread.io/",