mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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>
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
"uci": [ "lxc" ]
|
||||
},
|
||||
"write": {
|
||||
"ubus": {
|
||||
"uci": [ "set" ]
|
||||
},
|
||||
"uci": [ "lxc" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user