mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"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" ]
|
|
}
|
|
}
|
|
}
|