Skip to content

Commit

Permalink
add acl
Browse files Browse the repository at this point in the history
  • Loading branch information
cnsilvan committed Oct 16, 2020
1 parent c353717 commit fe2457f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion luci-app-unblockneteasemusic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LUCI_TITLE:=LuCI support for UnblockNeteaseMusic
LUCI_DEPENDS:= +bash +busybox +unzip +coreutils +coreutils-nohup +curl +dnsmasq-full +ipset +luci-compat +openssl-util +UnblockNeteaseMusic
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-unblockneteasemusic
PKG_VERSION:=1.13
PKG_VERSION:=1.14
PKG_RELEASE:=1

PKG_MAINTAINER:=https://github.com/cnsilvan/luci-app-unblockneteasemusic
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"luci-app-unblockneteasemusic": {
"description": "Grant UCI access for luci-app-unblockneteasemusic",
"read": {
"uci": [
"unblockneteasemusic"
]
},
"write": {
"uci": [
"unblockneteasemusic"
]
}
}
}

0 comments on commit fe2457f

Please sign in to comment.