summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json
blob: 110f9c5451798f8716d02bfd5a1cef9226dc1076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
        "luci-app-acme": {
                "description": "Grant UCI access for luci-app-acme",
                "read": {
                        "file": {
                                "/usr/sbin/nginx": [ "read" ],
                                "/usr/sbin/uhttpd": [ "read" ]
                        },
                        "uci": [ "acme" ]
                },
                "write": {
                        "uci": [ "acme" ]
                }
        }
}