luci-app-lxc: add permission to set lxc options
authormdevolde <redacted>
Mon, 6 Apr 2026 21:22:45 +0000 (23:22 +0200)
committerPaul Donald <redacted>
Thu, 9 Apr 2026 16:48:09 +0000 (18:48 +0200)
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 <redacted>
applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json

index 9cf9f3ca57d6a9b5610ae50c710bbf2164557ca9..88d55cfb3d46382255e04b3809dbfdd9ce3dd585 100644 (file)
@@ -5,6 +5,9 @@
                        "uci": [ "lxc" ]
                },
                "write": {
+                       "ubus": {
+                               "uci": [ "set" ]
+                       },
                        "uci": [ "lxc" ]
                }
        }
git clone https://git.99rst.org/PROJECT