diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2024-07-10 09:11:52 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2024-07-10 19:10:54 +0800 |
commit | e6b413c5b87bf7380c712734c132a27db6758626 (patch) | |
tree | d32f144c3fb5742c75060b353f57699172d59fbd /applications/luci-app-shadowsocks-libev/root/usr/share/rpcd | |
parent | 7893f2d08aaa1a0419ede1a695a25781f60e6ba6 (diff) |
luci-app-shadowsocks-libev: drop the package
Related pull request: openwrt/packages#24540
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'applications/luci-app-shadowsocks-libev/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-libev.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/applications/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-libev.json b/applications/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-libev.json deleted file mode 100644 index d45fab9487..0000000000 --- a/applications/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-libev.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "luci-app-shadowsocks-libev": { - "description": "Grant service list access to LuCI app shadowsocks-libev", - "read": { - "ubus": { - "service": [ "list" ] - }, - "uci": [ "shadowsocks-libev" ] - }, - "write": { - "file": { - "/etc/shadowsocks-libev/*": [ "write" ] - }, - "uci": [ "shadowsocks-libev" ] - } - } -} |