mirror of
https://github.com/openwrt/luci.git
synced 2025-02-07 10:29:52 +00:00
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> [fixup commit message, resolve merge conflict] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
25 lines
282 B
JSON
25 lines
282 B
JSON
{
|
|
"luci-app-babeld": {
|
|
"description": "Grant UCI access for luci-app-babeld",
|
|
"read": {
|
|
"uci": [
|
|
"babeld"
|
|
],
|
|
"ubus": {
|
|
"babeld": [
|
|
"*"
|
|
]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"babeld"
|
|
],
|
|
"ubus": {
|
|
"babeld": [
|
|
"*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |