forked from pool/audit
Accepting request 1195098 from security
OBS-URL: https://build.opensuse.org/request/show/1195098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=105
This commit is contained in:
commit
ac660bee23
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 08:50:50 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Remove rcaudit symlink [jsc#PED-266]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 3 08:34:22 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
Mon Jul 3 08:34:22 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit-secondary
|
# spec file for package audit-secondary
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -206,8 +206,10 @@ for prog in auditctl auditd ausearch autrace aureport augenrules; do
|
|||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
#END-USR-MERGE
|
#END-USR-MERGE
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
# rcauditd symlink
|
# rcauditd symlink
|
||||||
ln -s service %{buildroot}%{_sbindir}/rcauditd
|
ln -s service %{buildroot}%{_sbindir}/rcauditd
|
||||||
|
%endif
|
||||||
chmod 0644 %{buildroot}%{_unitdir}/auditd.service
|
chmod 0644 %{buildroot}%{_unitdir}/auditd.service
|
||||||
chmod 0644 %{buildroot}%{_unitdir}/augenrules.service
|
chmod 0644 %{buildroot}%{_unitdir}/augenrules.service
|
||||||
|
|
||||||
@ -294,7 +296,9 @@ fi
|
|||||||
%dir %attr(700,root,root) %{_localstatedir}/spool/audit
|
%dir %attr(700,root,root) %{_localstatedir}/spool/audit
|
||||||
%{_unitdir}/auditd.service
|
%{_unitdir}/auditd.service
|
||||||
%{_unitdir}/augenrules.service
|
%{_unitdir}/augenrules.service
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
%{_sbindir}/rcauditd
|
%{_sbindir}/rcauditd
|
||||||
|
%endif
|
||||||
%{_datadir}/audit/
|
%{_datadir}/audit/
|
||||||
|
|
||||||
%files -n system-group-audit
|
%files -n system-group-audit
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit
|
# spec file for package audit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user