linux4sam/buildroot-at91

rsylog.service mode flags incorrect

Closed this issue · 1 comments

corby commented

$(INSTALL) -m 0755 -D package/rsyslog/rsyslog.service \

Minor issue, but the system is complaining at startup that the rsyslog.service file at:
/usr/lib/systemd/system/rsyslog.service
has executable permissions.

The code sets the mode flags to 755, but they should be 644.

journalctl:
systemd[1]: Configuration file /usr/lib/systemd/system/rsyslog.service is marked executable. Please remove executable permission bits. Proceeding anyway.

Hi,

This kind of problem is better to be reported to the buildroot upstream maintainers, for the buildroot project at buildroot.org
We keep a fork of the upstream buildroot here, which is likely older than the last release from upstream project.
Could you please report this there ?

Thanks