Skip to content

Commit

Permalink
soloscli: Install hotplug file as 600
Browse files Browse the repository at this point in the history
Hotplug is managed by procd, which runs as root.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and blogic committed Oct 11, 2018
1 parent 49065d2 commit 745c3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/network/config/soloscli/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=soloscli
PKG_VERSION:=1.04
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/openadsl
Expand Down Expand Up @@ -39,7 +39,7 @@ define Package/soloscli/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/soloscli/soloscli $(1)/usr/bin/
$(INSTALL_BIN) ./files/solos-log-stats $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/hotplug.d/atm
$(INSTALL_DATA) ./files/etc/hotplug.d/atm/15-solos-init $(1)/etc/hotplug.d/atm/
$(INSTALL_CONF) ./files/etc/hotplug.d/atm/15-solos-init $(1)/etc/hotplug.d/atm/
endef

$(eval $(call BuildPackage,soloscli))

0 comments on commit 745c3ac

Please sign in to comment.