luci-app-attendedsysupgrade: use common
[project/luci.git] / applications / luci-app-attendedsysupgrade / root / usr / share / rpcd / acl.d / attendedsysupgrade.json
1 {
2 "attendedsysupgrade": {
3 "description": "attended sysupgrade via rpcd and luci",
4 "read": {
5 "ubus": {
6 "rpc-sys": [
7 "upgrade_start"
8 ],
9 "system": [
10 "board"
11 ],
12 "uci": [
13 "get", "set", "commit"
14 ]
15 },
16 "uci": [
17 "attendedsysupgrade"
18 ]
19 },
20 "write": {
21 "cgi-io": [
22 "upload"
23 ],
24 "uci": [
25 "attendedsysupgrade"
26 ]
27 }
28 }
29 }