0
0
mirror of https://github.com/openwrt/routing.git synced 2025-02-23 13:56:13 +00:00
routing/luci-app-cjdns/files/luci-app-cjdns.json
William Fleurant 83a3fa91b0 luci-app-cjdns: Add rpcd acl file (#576)
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2020-06-09 23:20:43 -04:00

16 lines
413 B
JSON

{
"luci-app-cjdns": {
"description": "Grant access to LuCI app cjdns",
"read": {
"uci": [ "cjdns" ]
},
"write": {
"file": {
"/usr/bin/cjdrouteconf": [ "exec" ]
},
"uci": [ "cjdns" ]
}
}
}