mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
Merge pull request #4846 from goomadao/fix-ACL
Add ACL file to luci-app-frps
This commit is contained in:
commit
7c4258284b
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-frps": {
|
||||
"description": "Grant UCI access for luci-app-frps",
|
||||
"read": {
|
||||
"uci": ["frps"]
|
||||
},
|
||||
"write": {
|
||||
"uci": ["frps"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user