We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc857f commit efc1899Copy full SHA for efc1899
package/luci/files/root/usr/share/rpcd/acl.d/luci-app-smartdns.json
@@ -3,9 +3,7 @@
3
"description": "Grant access to LuCI app smartdns",
4
"read": {
5
"file": {
6
- "/etc/smartdns/*": [ "read" ],
7
- "/usr/sbin/smartdns": [ "exec" ],
8
- "/etc/init.d/smartdns restart" : [ "exec" ]
+ "/etc/smartdns/*": [ "read" ]
9
},
10
"ubus": {
11
"service": [ "list" ]
@@ -14,7 +12,8 @@
14
12
15
13
"write": {
16
17
- "/etc/smartdns/*": [ "write" ]
+ "/etc/smartdns/*": [ "write" ],
+ "/etc/init.d/smartdns restart": [ "exec" ]
18
19
"uci": [ "smartdns" ]
20
}
0 commit comments