summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json
blob: 998cb4b0e1378cca1cab351974c3a0e80fa0ef14 (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 ecample",
    "read": {
      "ubus": {
        "uci": [
          "get"
        ]
      },
      "uci": [
        "example"
      ]
    },
    "write": {
      "ubus": {
        "uci": [
          "set", "commit"
        ]
      },
      "uci": [
        "example"
      ]
    }
  }
}