12345678910111213141516171819202122 |
- {
- "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" ]
- }
- }
- }
|