forked from pool/audit
Accepting request 930227 from security
OBS-URL: https://build.opensuse.org/request/show/930227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=99
This commit is contained in:
commit
6189ef2a7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c54e73a6cafc8154ee6e37971efb1c8dd9ac2361daec429a52a7538c24fdc70
|
||||
size 1188884
|
3
audit-3.0.6.tar.gz
Normal file
3
audit-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3e44d77513a42401d417dd0ceb203cf23886cb89402dea7b9494faa3f4fcc5e
|
||||
size 1190011
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 13:34:20 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 3.0.6:
|
||||
* fixes a segfault on some SELINUX_ERR records
|
||||
* makes IPX packet interpretation dependent on the ipx header
|
||||
file existing
|
||||
* adds b32/b64 support to ausyscall
|
||||
* adds support for armv8l
|
||||
* fixes auditctl list of syscalls on PPC
|
||||
* auditd.service now restarts auditd under some conditions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 11:13:26 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
# The seperation is required to minimize unnecessary build cycles.
|
||||
%define _name audit
|
||||
Name: audit-secondary
|
||||
Version: 3.0.5
|
||||
Version: 3.0.6
|
||||
Release: 0
|
||||
Summary: Linux kernel audit subsystem utilities
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 13:34:20 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 3.0.6:
|
||||
* fixes a segfault on some SELINUX_ERR records
|
||||
* makes IPX packet interpretation dependent on the ipx header
|
||||
file existing
|
||||
* adds b32/b64 support to ausyscall
|
||||
* adds support for armv8l
|
||||
* fixes auditctl list of syscalls on PPC
|
||||
* auditd.service now restarts auditd under some conditions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 03:46:19 UTC 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: audit
|
||||
Version: 3.0.5
|
||||
Version: 3.0.6
|
||||
Release: 0
|
||||
Summary: Linux kernel audit subsystem utilities
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -19,6 +19,6 @@ Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
|
||||
# the next line after copying the file to /etc/systemd/system/auditd.service
|
||||
-#ExecStopPost=/sbin/auditctl -R /etc/audit/audit-stop.rules
|
||||
+ExecStopPost=/sbin/auditctl -R /etc/audit/audit-stop.rules
|
||||
|
||||
### Security Settings ###
|
||||
MemoryDenyWriteExecute=true
|
||||
Restart=on-failure
|
||||
# Do not restart for intentional exits. See EXIT CODES section in auditd(8).
|
||||
RestartPreventExitStatus=2 4 6
|
||||
|
Loading…
Reference in New Issue
Block a user