From e6b413c5b87bf7380c712734c132a27db6758626 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 10 Jul 2024 09:11:52 +0000 Subject: luci-app-shadowsocks-libev: drop the package Related pull request: openwrt/packages#24540 Signed-off-by: Yousong Zhou --- .../share/rpcd/acl.d/luci-app-shadowsocks-libev.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 applications/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-libev.json (limited to 'applications/luci-app-shadowsocks-libev/root/usr/share/rpcd/acl.d') 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" ] - } - } -} -- cgit v1.2.3