Skip to content

Commit

Permalink
Merge pull request #1659 from zxlhhyccc/patch-2
Browse files Browse the repository at this point in the history
luci-app-ssr-plus: luci-app-ssr-plus.json: Fix `www/cgi-bin/luci` erro issues.
  • Loading branch information
coolsnowwolf authored Jan 18, 2025
2 parents 89476a1 + 0b38cfe commit 2bea2ad
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 2bea2ad

Please sign in to comment.