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