You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments