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

12 lines
198 B
JSON

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