mirror of
https://github.com/openwrt/routing.git
synced 2025-02-23 13:56:13 +00:00
16 lines
413 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|
|
|