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

15 lines
285 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" ],
"/proc/net/xt_ndpi/host_proto": [ "read" ],
2020-04-20 14:47:55 +00:00
},
"uci": [ "omr-bypass" ]
}
"write": {
"uci": [ "omr-bypass" ]
2020-03-21 12:56:29 +00:00
}
}
}