diff --git a/audit-secondary.changes b/audit-secondary.changes index fc5d391..334ce70 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 26 18:41:33 UTC 2014 - crrodriguez@opensuse.org + +- fix systemd warning: + "Configuration file /usr/lib/systemd/system/auditd.service + is marked world-inaccessible. + This has no effect as configuration data is accessible + via APIs without restrictions" +* indeed restricting access to unit files using filesystem + permissions is non-sense. + ------------------------------------------------------------------- Thu Feb 27 16:28:31 UTC 2014 - tonyj@suse.com diff --git a/audit-secondary.spec b/audit-secondary.spec index 355ccef..7df4429 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -155,6 +155,7 @@ done #END-USR-MERGE # rcauditd symlink ( cd $RPM_BUILD_ROOT/usr/sbin && ln -s service rcauditd ) +chmod 0644 %{buildroot}%{_unitdir}/auditd.service %check make check