mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-05-08 20:23:39 +08:00
luci-app-cjdns: Add rpcd acl file (#576)
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
parent
5e4756d7e7
commit
83a3fa91b0
@ -18,7 +18,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-cjdns
|
||||
PKG_VERSION:=1.3
|
||||
PKG_RELEASE:=7
|
||||
PKG_RELEASE:=8
|
||||
|
||||
PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
@ -45,8 +45,9 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/luci-app-cjdns/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/lua/luci
|
||||
$(INSTALL_DIR) $(1)/usr/lib/lua/luci $(1)/usr/share/rpcd/acl.d
|
||||
$(CP) ./luasrc/* $(1)/usr/lib/lua/luci
|
||||
$(CP) ./files/luci-app-cjdns.json $(1)/usr/share/rpcd/acl.d
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,luci-app-cjdns))
|
||||
|
15
luci-app-cjdns/files/luci-app-cjdns.json
Normal file
15
luci-app-cjdns/files/luci-app-cjdns.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"luci-app-cjdns": {
|
||||
"description": "Grant access to LuCI app cjdns",
|
||||
"read": {
|
||||
"uci": [ "cjdns" ]
|
||||
},
|
||||
"write": {
|
||||
"file": {
|
||||
"/usr/bin/cjdrouteconf": [ "exec" ]
|
||||
},
|
||||
"uci": [ "cjdns" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user