Files
luci/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json
mdevolde 8420a723f6 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 <martin.devolder2@gmail.com>
2026-04-09 18:48:09 +02:00

15 lines
194 B
JSON

{
"luci-app-lxc": {
"description": "Grant UCI access for luci-app-lxc",
"read": {
"uci": [ "lxc" ]
},
"write": {
"ubus": {
"uci": [ "set" ]
},
"uci": [ "lxc" ]
}
}
}