mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 07:11:59 +00:00
5babd5a5b4
Signed-off-by: Nick Peng <pymumu@gmail.com>
23 lines
421 B
JSON
23 lines
421 B
JSON
{
|
|
"luci-app-smartdns": {
|
|
"description": "Grant access to LuCI app smartdns",
|
|
"read": {
|
|
"file": {
|
|
"/etc/smartdns/*": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "smartdns" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/smartdns/*": [ "write" ],
|
|
"/etc/init.d/smartdns restart": [ "exec" ],
|
|
"/etc/init.d/smartdns updatefiles": [ "exec" ]
|
|
},
|
|
"uci": [ "smartdns" ]
|
|
}
|
|
}
|
|
}
|