luci-app-ssr-plus: drop useless acl file

This commit is contained in:
CN_SZTL 2020-04-15 21:12:53 +08:00
parent 06c80d3dd0
commit 37f6f5b89c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 0 additions and 14 deletions

View File

@ -94,9 +94,6 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/share/shadowsocksr
$(INSTALL_BIN) ./root/usr/share/shadowsocksr/*.sh $(1)/usr/share/shadowsocksr/
$(INSTALL_DATA) ./root/usr/share/shadowsocksr/*.lua $(1)/usr/share/shadowsocksr/
$(INSTALL_DIR) $(1)/usr/share/rpcd/acl.d
$(INSTALL_DATA) ./root/usr/share/rpcd/acl.d/* $(1)/usr/share/rpcd/acl.d
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller
$(INSTALL_DATA) ./luasrc/controller/*.lua $(1)/usr/lib/lua/luci/controller/

View File

@ -1,11 +0,0 @@
{
"luci-app-ssr-plus": {
"description": "Grant UCI access for luci-app-ssr-plus",
"read": {
"uci": [ "shadowsocksr" ]
},
"write": {
"uci": [ "shadowsocksr" ]
}
}
}