luci/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json
Andreas Bräu 02a86624ec luci-app-example: add app
add a minimalistic example app for modern js-based apps

Signed-off-by: Andreas Bräu <ab@andi95.de>
2021-10-22 10:02:53 -10:00

25 lines
361 B
JSON

{
"luci-app-example": {
"description": "Grant UCI access to LuCI app ecample",
"read": {
"ubus": {
"uci": [
"get"
]
},
"uci": [
"example"
]
},
"write": {
"ubus": {
"uci": [
"set", "commit"
]
},
"uci": [
"example"
]
}
}
}