small-package/luci-app-filebrowser/root/usr/share/rpcd/acl.d/luci-app-filebrowser.json

15 lines
231 B
JSON
Raw Normal View History

2023-03-10 23:57:34 +08:00
{
"luci-app-filebrowser": {
"description": "Grant UCI access for luci-app-filebrowser",
"read": {
2023-06-10 09:39:01 +08:00
"ubus": {
"service": [ "list" ]
},
2023-03-10 23:57:34 +08:00
"uci": [ "filebrowser" ]
},
"write": {
"uci": [ "filebrowser" ]
}
}
}