luci/applications/luci-app-apinger/root/usr/share/rpcd/acl.d/luci-app-apinger.json

20 lines
308 B
JSON
Raw Normal View History

{
"luci-app-apinger" : {
"description" : "Grant access to LuCI app Apinger",
"read" : {
"ubus" : {
"apinger" : [ "*" ],
"file": [ "stat" ],
"service": [ "list" ]
},
"uci": [ "apinger" ]
},
"write" : {
"ubus" : {
"apinger" : [ "*" ]
},
"uci": [ "apinger" ]
}
}
}