From: Rosen Penev Date: Fri, 17 Aug 2018 04:02:38 +0000 (-0700) Subject: shairport-sync: Install /etc/config as 600 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8547ce444dc8f7b500aada73b4a3828f933cf9fd;p=feed%2Fpackages.git shairport-sync: Install /etc/config as 600 /etc/config should not be readable by non-root. Signed-off-by: Rosen Penev --- diff --git a/sound/shairport-sync/Makefile b/sound/shairport-sync/Makefile index c5c15823b5..1d977443ad 100644 --- a/sound/shairport-sync/Makefile +++ b/sound/shairport-sync/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shairport-sync PKG_VERSION:=3.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/mikebrady/shairport-sync.git @@ -113,7 +113,7 @@ define Package/shairport-sync/default/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/shairport-sync.init $(1)/etc/init.d/shairport-sync $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/shairport-sync.config $(1)/etc/config/shairport-sync + $(INSTALL_CONF) ./files/shairport-sync.config $(1)/etc/config/shairport-sync endef Package/shairport-sync-openssl/install = $(Package/shairport-sync/default/install)