treewide: install configs with INSTALL_CONF (0600)
authorJosef Schlehofer <[email protected]>
Mon, 16 Jun 2025 20:40:05 +0000 (22:40 +0200)
committerJosef Schlehofer <[email protected]>
Mon, 10 Nov 2025 09:38:36 +0000 (10:38 +0100)
commit03a13710eaedb137902c5fe72269dcd322e4065b
tree0ea96d6605c5e3952a7d8fa7f5cf161c84171d85
parent58070aa6c17ef1fd84d4e0ad3e266812a8dc1c4c
treewide: install configs with INSTALL_CONF (0600)

Use INSTALL_CONF instead of INSTALL_DATA to install configuration
 files under /etc with correct permissions.

This improves security by ensuring config files are not world-readable.
INSTALL_DATA sets mode 0644, while INSTALL_CONF sets mode 0600.

Signed-off-by: Josef Schlehofer <[email protected]>
batmand/Makefile
bmx7/Makefile
luci-app-olsrd2/Makefile
naywatch/Makefile
olsrd/Makefile
opennds/Makefile
vis/Makefile