Skip to content

Commit

Permalink
luci-app-ssr-plus: luci-app-ssr-plus.json: Fix www/cgi-bin/luci err…
Browse files Browse the repository at this point in the history
…o issues.
  • Loading branch information
zxlhhyccc authored Jan 6, 2025
1 parent 1869e7f commit 0b38cfe
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
"luci-app-ssr-plus": {
"description": "Grant UCI access for luci-app-ssr-plus",
"read": {
"file": {
"/etc/ssrplus/*": [ "read" ]
},
"uci": ["shadowsocksr"]
},
"write": {
"file": {
"/etc/ssrplus/*": [ "write" ]
},
"uci": ["shadowsocksr"]
}
}
}
}

0 comments on commit 0b38cfe

Please sign in to comment.