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

12 lines
174 B
JSON
Raw Normal View History

2023-02-26 23:11:32 +08:00
{
"luci-app-heimdall": {
"description": "Grant UCI access for luci-app-heimdall",
"read": {
"uci": [ "heimdall" ]
},
"write": {
"uci": [ "heimdall" ]
}
}
}