luci/applications/luci-app-babeld/root/usr/share/rpcd/acl.d/luci-app-babeld.json
Ayushman Tripathi 0c3f396b2f luci-app-babeld: migrate to js
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
[fixup commit message, resolve merge conflict]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-09-26 09:30:05 +02:00

25 lines
No EOL
282 B
JSON

{
"luci-app-babeld": {
"description": "Grant UCI access for luci-app-babeld",
"read": {
"uci": [
"babeld"
],
"ubus": {
"babeld": [
"*"
]
}
},
"write": {
"uci": [
"babeld"
],
"ubus": {
"babeld": [
"*"
]
}
}
}
}