mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 14:54:33 +04:00
luci-app-cjdns: Add rpcd acl file (#576)
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user