1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add ACL for all apps

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-20 16:47:55 +02:00
parent 6f1b4204eb
commit 9a1a341121
16 changed files with 163 additions and 3 deletions

View file

@ -4,12 +4,14 @@
"read": {
"ubus": {
"service": [ "list" ]
}
},
"uci": [ "shadowsocks-libev" ]
},
"write": {
"file": {
"/etc/shadowsocks-libev/*": [ "write" ]
}
},
"uci": [ "shadowsocks-libev" ]
}
}
}