alfred: install configs with INSTALL_CONF (0600) 1138/head
authorJosef Schlehofer <[email protected]>
Mon, 16 Jun 2025 20:40:05 +0000 (22:40 +0200)
committerSven Eckelmann <[email protected]>
Fri, 5 Sep 2025 17:20:22 +0000 (19:20 +0200)
commit340f08f9af43bf12b7421c083594408b20df2ccc
treea85cf129aeb00be5e2619208c2ba163ff121338e
parentabc6f5a32ad22e923a8900fcd8c855c15a9ecd2e
alfred: 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]>
Signed-off-by: Sven Eckelmann <[email protected]>
alfred/Makefile