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