Files
small-package/luci-app-autoreboot/root/usr/share/rpcd/acl.d/luci-app-autoreboot.json
github-actions[bot] 4b5ef99c78 update-11.20
2021-11-20 16:02:04 +08:00

12 lines
182 B
JSON

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