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-omr-bypass/root/usr/share/rpcd/acl.d/luci-app-omr-bypass.json

18 lines
341 B
JSON
Raw Normal View History

2020-03-21 12:56:29 +00:00
{
"luci-app-omr-bypass": {
"description": "Grant access to ndpi resources",
"read": {
"file": {
"/proc/net/xt_ndpi/proto": [ "read" ],
2020-05-01 09:07:01 +00:00
"/proc/net/xt_ndpi/host_proto": [ "read" ]
2020-04-20 14:47:55 +00:00
},
2020-04-23 11:44:06 +00:00
"ubus": {
"luci-rpc": [ "getHostHints" ]
},
2020-04-20 14:47:55 +00:00
"uci": [ "omr-bypass" ]
2020-04-23 11:44:06 +00:00
},
2020-04-20 14:47:55 +00:00
"write": {
"uci": [ "omr-bypass" ]
2020-03-21 12:56:29 +00:00
}
}
}