]> git.99rst.org Git - openwrt-packages.git/commit
syslog-ng: install the configuration with INSTALL_CONF
authorJosef Schlehofer <redacted>
Tue, 18 Aug 2026 08:38:10 +0000 (10:38 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 13:00:51 +0000 (15:00 +0200)
commit397c29176b12908cc3e16c3ce0612a6441a9b00c
treecf7ee54651683c78c0808f6f929a62dced744018
parent7bc659273b0e12b10bc1299a72528a28850e8f78
syslog-ng: install the configuration with INSTALL_CONF

/etc/syslog-ng.conf is installed with INSTALL_DATA, so it ends up
world readable at 0644. The file holds the credentials of every
destination that needs them, so install it with INSTALL_CONF and
0600 instead, as the rest of the tree does for configuration under
/etc.

Signed-off-by: Josef Schlehofer <redacted>
admin/syslog-ng/Makefile
git clone https://git.99rst.org/PROJECT