git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1d31435
)
luci-app-lxc: add permission to set lxc options
author
mdevolde
<redacted>
Mon, 6 Apr 2026 21:22:45 +0000
(23:22 +0200)
committer
Paul 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
patch
|
blob
|
history
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 9cf9f3ca57d6a9b5610ae50c710bbf2164557ca9..88d55cfb3d46382255e04b3809dbfdd9ce3dd585 100644
(file)
--- 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" ]
}
}
git clone https://git.99rst.org/PROJECT