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

12 lines
198 B
JSON
Raw Normal View History

2024-03-15 20:28:22 +08:00
{
"luci-app-poweroffdevice": {
"description": "Grant UCI access for luci-app-poweroffdevice",
"read": {
"uci": [ "poweroffdevice" ]
},
"write": {
"uci": [ "poweroffdevice" ]
}
}
}