reference from luci-app-smartdns Special thanks to Nick Peng <pymumu@gmail.com> Signed-off-by: SiYao Mo <msylgj@vip.qq.com>
18 lines
273 B
JSON
18 lines
273 B
JSON
{
|
|
"luci-app-frps": {
|
|
"description": "Grant access to LuCI app frps",
|
|
"read": {
|
|
"file": {
|
|
"/etc/group": [ "read" ],
|
|
"/etc/passwd": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": ["frps"]
|
|
},
|
|
"write": {
|
|
"uci": ["frps"]
|
|
}
|
|
}
|
|
}
|