23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"luci-app-smartdns": {
|
|
"description": "Grant access to LuCI app smartdns",
|
|
"read": {
|
|
"file": {
|
|
"/etc/smartdns/*": [ "read" ],
|
|
"/usr/sbin/iptables -t nat -nL PREROUTING": [ "exec" ],
|
|
"/usr/sbin/ip6tables -t nat -nL PREROUTING": [ "exec" ],
|
|
"/usr/sbin/smartdns": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "smartdns" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/smartdns/*": [ "write" ]
|
|
},
|
|
"uci": [ "smartdns" ]
|
|
}
|
|
}
|
|
}
|