blob: 88d55cfb3d46382255e04b3809dbfdd9ce3dd585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"luci-app-lxc": {
"description": "Grant UCI access for luci-app-lxc",
"read": {
"uci": [ "lxc" ]
},
"write": {
"ubus": {
"uci": [ "set" ]
},
"uci": [ "lxc" ]
}
}
}
|