1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
openmptcprouter-feeds/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-libev.json

18 lines
326 B
JSON
Raw Normal View History

2019-11-19 17:34:02 +00:00
{
"luci-app-shadowsocks-libev": {
"description": "Grant service list access to LuCI app shadowsocks-libev",
"read": {
"ubus": {
"service": [ "list" ]
2020-04-20 14:47:55 +00:00
},
"uci": [ "shadowsocks-libev" ]
2019-11-19 17:34:02 +00:00
},
"write": {
"file": {
"/etc/shadowsocks-libev/*": [ "write" ]
2020-04-20 14:47:55 +00:00
},
"uci": [ "shadowsocks-libev" ]
2019-11-19 17:34:02 +00:00
}
}
}