mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"luci-app-aw-bpf": {
|
|
"description": "Grant access to LuCI app aw-bpf",
|
|
"read": {
|
|
"file": {
|
|
"/usr/bin/aw-bpfctl": [ "exec" ],
|
|
"/usr/bin/xdns-ctl": [ "exec" ],
|
|
"/usr/bin/awk": [ "exec" ],
|
|
"/tmp/dhcp.leases": [ "read" ],
|
|
"/proc/net/arp": [ "read" ],
|
|
"/etc/xdns/whitelist.txt": [ "read" ]
|
|
},
|
|
"uci": [ "hostnames", "network", "aw-bpf" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "hostnames", "aw-bpf" ]
|
|
}
|
|
}
|
|
}
|