forked from pool/audit
Accepting request 227625 from home:elvigia:branches:security
- 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. OBS-URL: https://build.opensuse.org/request/show/227625 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=64
This commit is contained in:
parent
c0de89a52c
commit
998e45611f
@ -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
|
Thu Feb 27 16:28:31 UTC 2014 - tonyj@suse.com
|
||||||
|
|
||||||
|
@ -155,6 +155,7 @@ done
|
|||||||
#END-USR-MERGE
|
#END-USR-MERGE
|
||||||
# rcauditd symlink
|
# rcauditd symlink
|
||||||
( cd $RPM_BUILD_ROOT/usr/sbin && ln -s service rcauditd )
|
( cd $RPM_BUILD_ROOT/usr/sbin && ln -s service rcauditd )
|
||||||
|
chmod 0644 %{buildroot}%{_unitdir}/auditd.service
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
Loading…
Reference in New Issue
Block a user