diff options
author | SiYao Mo <msylgj@vip.qq.com> | 2021-06-24 00:55:28 +0800 |
---|---|---|
committer | SiYao Mo <msylgj@vip.qq.com> | 2021-06-24 17:56:32 +0800 |
commit | fc01bc88650ddefbcc26bbb7a2dfde2a9d143715 (patch) | |
tree | 30f04bcfe0dbf928ab65a89df370dccd50ac6942 /applications/luci-app-frps/root/usr/share/rpcd/acl.d | |
parent | 665bbb014bbe05a40ca0422d028fe358a1f33694 (diff) |
luci-app-frpc/frps:add service status display
reference from luci-app-smartdns
Special thanks to Nick Peng <pymumu@gmail.com>
Signed-off-by: SiYao Mo <msylgj@vip.qq.com>
Diffstat (limited to 'applications/luci-app-frps/root/usr/share/rpcd/acl.d')
-rw-r--r-- | applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json b/applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json index b065945b35..2981b5def0 100644 --- a/applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json +++ b/applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json @@ -6,6 +6,9 @@ "/etc/group": [ "read" ], "/etc/passwd": [ "read" ] }, + "ubus": { + "service": [ "list" ] + }, "uci": ["frps"] }, "write": { |