luci-app-frpc: add uci file read permissions
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
parent
e05c219b24
commit
30e3d277b6
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
"luci-app-frpc": {
|
||||
"description": "Grant access to LuCI app frpc",
|
||||
"read": {
|
||||
"file": {
|
||||
"/etc/passwd": ["read"],
|
||||
"/etc/group": ["read"]
|
||||
},
|
||||
"uci": ["frpc"]
|
||||
},
|
||||
"write": {
|
||||
|
|
Loading…
Reference in a new issue