- Added luci-app-tailcale to ipk-source from: https://github.com/asvow/luci-app-tailscale/releases/tag/v1.2.3 - Renamed ipk-source directories to have no version number, only arch where needed.
22 lines
433 B
JSON
22 lines
433 B
JSON
{
|
|
"luci-app-tailscale": {
|
|
"description": "Grant access to Tailscale configuration",
|
|
"read": {
|
|
"file": {
|
|
"/sbin/ifconfig": [ "exec" ],
|
|
"/sbin/logread": [ "exec" ],
|
|
"/usr/sbin/tailscale": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ],
|
|
"network.interface.lan": [ "status" ],
|
|
"network.interface.wan": [ "status" ]
|
|
},
|
|
"uci": [ "tailscale" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "tailscale" ]
|
|
}
|
|
}
|
|
}
|