blob: 5ec2170c9d5661ad2b597accb6530cdfd8a2208b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"luci-app-cjdns": {
"description": "Grant access to LuCI app cjdns",
"read": {
"uci": [ "cjdns" ]
},
"write": {
"file": {
"/usr/bin/cjdrouteconf": [ "exec" ]
},
"uci": [ "cjdns" ]
}
}
}
|