Merge pull request #1452 from mkresin/master
[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                                         "packagelist"
9                                 ],
10                                 "system": [
11                                         "board",
12                                         "info"
13                                 ],
14                                 "uci": [
15                                         "get", "set", "commit"
16                                 ]
17                         },
18                         "uci": [
19                                 "attendedsysupgrade"
20                         ]
21                 },
22                 "write": {
23                         "cgi-io": [
24                                 "upload"
25                         ],
26                         "uci": [
27                                 "attendedsysupgrade"
28                         ]
29                 }
30         }
31 }