blob: d45fab94879c5644d5597f4f588b6908846fc68f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"luci-app-shadowsocks-libev": {
"description": "Grant service list access to LuCI app shadowsocks-libev",
"read": {
"ubus": {
"service": [ "list" ]
},
"uci": [ "shadowsocks-libev" ]
},
"write": {
"file": {
"/etc/shadowsocks-libev/*": [ "write" ]
},
"uci": [ "shadowsocks-libev" ]
}
}
}
|