summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-irqbalance/root/usr/share/rpcd/acl.d/luci-app-irqbalance.json
blob: 44b6f5ff23c7ebfceb397dd608b6257dd44fb123 (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-irqbalance": {
        "description": "Grant UCI access for luci-app-irqbalance",
        "read": {
            "file": {
                "/proc/interrupts": [
                    "read"
                ]
            },
            "ubus": {
                "service": [
                    "list"
                ]
            },
            "uci": [
                "irqbalance"
            ]
        },
        "write": {
            "uci": [
                "irqbalance"
            ]
        }
    }
}