Skip to content

Commit

Permalink
luci-lite: fix RPC permission issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pymumu committed Jun 24, 2024
1 parent e0969e9 commit b43601d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"ubus": {
"service": [ "list" ]
},
"uci": [ "smartdns-lite" ]
"uci": [ "smartdns-lite", "smartdns" ]
},
"write": {
"file": {
"/etc/smartdns/*": [ "write" ],
"/etc/init.d/smartdns-lite restart": [ "exec" ],
"/etc/init.d/smartdns-lite updatefiles": [ "exec" ]
},
"uci": [ "smartdns-lite" ]
"uci": [ "smartdns-lite", "smartdns" ]
}
}
}

0 comments on commit b43601d

Please sign in to comment.