summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json
blob: 136f9aed555cac82994a63199fc85736d35044f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "luci-app-example": {
    "description": "Grant UCI access to LuCI app example",
    "read": {
      "ubus": {
        "uci": [
          "get"
        ]
      },
      "uci": [
        "example"
      ]
    },
    "write": {
      "ubus": {
        "uci": [
          "set", "commit"
        ]
      },
      "uci": [
        "example"
      ]
    }
  }
}