Merge pull request #4846 from goomadao/fix-ACL

Add ACL file to luci-app-frps
This commit is contained in:
coolsnowwolf 2020-06-22 01:46:23 +08:00 committed by GitHub
commit 7c4258284b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
{
"luci-app-frps": {
"description": "Grant UCI access for luci-app-frps",
"read": {
"uci": ["frps"]
},
"write": {
"uci": ["frps"]
}
}
}