26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"luci-app-smartdns": {
|
|
"description": "Grant access to LuCI app smartdns",
|
|
"read": {
|
|
"cgi-io": [ "exec" ],
|
|
"file": {
|
|
"/etc/smartdns/*": [ "read" ],
|
|
"/usr/libexec/smartdns-call tail": [ "exec" ],
|
|
"/usr/libexec/smartdns-call clear_log": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "smartdns" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/smartdns/*": [ "write" ],
|
|
"/etc/init.d/smartdns restart": [ "exec" ],
|
|
"/etc/init.d/smartdns updatefiles": [ "exec" ]
|
|
},
|
|
"uci": [ "smartdns" ]
|
|
}
|
|
}
|
|
}
|