summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json
blob: ab44102950a967d68af19661e1f6f1b72909087b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
        "luci-app-yggdrasil": {
                "description": "Grant access to LuCI app yggdrasil",
                "read": {
                        "uci": [ "yggdrasil" ]
                },
                "write": {
                        "file": {
                                "/usr/sbin/yggdrasilctl": [ "exec" ]
                        },
                        "uci": [ "yggdrasil" ]
                }
        }
}