luci-app-frps: allow /etc/config/frps, /etc/group and /etc/passwd access
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
1dad678379
commit
f2731ceaa9
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
"luci-app-frps": {
|
||||
"description": "Grant access to LuCI app frps",
|
||||
"read": {
|
||||
"file": {
|
||||
"/etc/group": [ "read" ],
|
||||
"/etc/passwd": [ "read" ]
|
||||
},
|
||||
"uci": ["frps"]
|
||||
},
|
||||
"write": {
|
||||
"uci": ["frps"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue