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

@@ -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/",