mirror of
https://github.com/openwrt/luci.git
synced 2025-04-15 02:25:43 +00:00
20 lines
308 B
JSON
20 lines
308 B
JSON
{
|
|
"luci-app-apinger" : {
|
|
"description" : "Grant access to LuCI app Apinger",
|
|
"read" : {
|
|
"ubus" : {
|
|
"apinger" : [ "*" ],
|
|
"file": [ "stat" ],
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "apinger" ]
|
|
},
|
|
"write" : {
|
|
"ubus" : {
|
|
"apinger" : [ "*" ]
|
|
},
|
|
"uci": [ "apinger" ]
|
|
}
|
|
}
|
|
}
|