blob: cb8bd9ff561f647120d6f971b5dad03c9107fd3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"luci-proto-yggdrasil": {
"description": "Grant access to LuCI Yggdrasil procedures",
"write": {
"ubus": {
"luci.yggdrasil": [ "generateKeyPair", "getPeers" ],
"luci.yggdrasil-jumper": [ "isInstalled", "validateConfig" ]
}
}
}
}
|