luci-app-smartdns: fix acl for uci
fixes #4226 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
3a5ee5c0b6
commit
1b30e20eaa
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,14 @@
|
|||
},
|
||||
"ubus": {
|
||||
"service": [ "list" ]
|
||||
}
|
||||
},
|
||||
"uci": [ "smartdns" ]
|
||||
},
|
||||
"write": {
|
||||
"file": {
|
||||
"/etc/smartdns/*": [ "write" ]
|
||||
}
|
||||
},
|
||||
"uci": [ "smartdns" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue