luci-app-cjdns: Add rpcd acl file (#576)
[feed/routing.git] / luci-app-cjdns / files / luci-app-cjdns.json
1 {
2 "luci-app-cjdns": {
3 "description": "Grant access to LuCI app cjdns",
4 "read": {
5 "uci": [ "cjdns" ]
6 },
7 "write": {
8 "file": {
9 "/usr/bin/cjdrouteconf": [ "exec" ]
10 },
11 "uci": [ "cjdns" ]
12 }
13 }
14 }
15