Files
openwrt_packages/luci-app-lucky/root/usr/share/rpcd/acl.d/luci-app-lucky.json
2025-11-02 14:26:26 +08:00

14 lines
206 B
JSON

{
"luci-app-lucky": {
"description": "Grant UCI access for luci-app-lucky",
"read": {
"ubus": {
"service": [ "list" ]
},
"uci": [ "lucky" ]
},
"write": {
"uci": [ "lucky" ]
}
}
}