small-packages/luci-app-timedreboot/root/usr/share/rpcd/acl.d/luci-app-timedreboot.json
2026-05-10 09:48:30 +08:00

15 lines
250 B
JSON

{
"luci-app-timedreboot": {
"description": "Grant UCI access for luci-app-timedreboot",
"read": {
"file": {
"/etc/init.d/timedreboot": [ "exec" ]
},
"uci": [ "timedreboot" ]
},
"write": {
"uci": [ "timedreboot" ]
}
}
}