Files
openwrt-packages/luci-app-filebrowser/root/usr/share/rpcd/acl.d/luci-app-filebrowser.json
2024-07-11 00:41:35 +08:00

12 lines
186 B
JSON

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