mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix ipq60xx
This commit is contained in:
parent
83959cc69d
commit
cfc4f067ab
123 changed files with 33585 additions and 0 deletions
18
luci-app-omr-bypass/root/usr/share/rpcd/acl.d/luci-app-omr-bypass.json
Executable file
18
luci-app-omr-bypass/root/usr/share/rpcd/acl.d/luci-app-omr-bypass.json
Executable file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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" ]
|
||||
},
|
||||
"ubus": {
|
||||
"luci-rpc": [ "getHostHints" ]
|
||||
},
|
||||
"uci": [ "omr-bypass" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "omr-bypass" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue