From: mdevolde Date: Mon, 6 Apr 2026 21:22:45 +0000 (+0200) Subject: luci-app-lxc: add permission to set lxc options X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8420a723f659fb765e8eb01a5bf25bc95be44f5b;p=openwrt-luci.git luci-app-lxc: add permission to set lxc options Add set permission in acl.d file for luci-app-lxc to allow users to set lxc options in luci-app-lxc. (considering that user has write permission for this app) Signed-off-by: mdevolde --- diff --git a/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json b/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json index 9cf9f3ca57..88d55cfb3d 100644 --- a/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json +++ b/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json @@ -5,6 +5,9 @@ "uci": [ "lxc" ] }, "write": { + "ubus": { + "uci": [ "set" ] + }, "uci": [ "lxc" ] } }