forked from pool/audit
Accepting request 909447 from home:ematsumiya:branches:security
- Update to version 3.0.3: * Dont interpret audit netlink groups unless AUDIT_NLGRP_MAX is defined * Add support for AUDIT_RESP_ORIGIN_UNBLOCK_TIMED to ids * Change auparse_feed_has_data in auparse to include incomplete events * Auditd, stop linking against -lrt * Add ProtectHome and RestrictRealtime to auditd.service * In auditd, read up to 3 netlink packets in a row * In auditd, do not validate path to plugin unless active * In auparse, only emit config errors when AUPARSE_DEBUG env variable exists OBS-URL: https://build.opensuse.org/request/show/909447 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=124
This commit is contained in:
parent
5810f8940b
commit
97e319769c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18ae558900eb1c85a8d68c42f70f8e71a8f763c2c661ec8e89cccd26edc2d506
|
|
||||||
size 1184356
|
|
3
audit-3.0.3.tar.gz
Normal file
3
audit-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22a17adc2e524c25531e2abf28d655bd49eabc38b0c357c81094b0b8369a73e6
|
||||||
|
size 593405
|
@ -18,5 +18,5 @@ but need manual removal here.
|
|||||||
-krb5_principal = auditd
|
-krb5_principal = auditd
|
||||||
-##krb5_key_file = /etc/audit/audit.key
|
-##krb5_key_file = /etc/audit/audit.key
|
||||||
distribute_network = no
|
distribute_network = no
|
||||||
q_depth = 400
|
q_depth = 1200
|
||||||
overflow_action = SYSLOG
|
overflow_action = SYSLOG
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 30 18:14:14 CEST 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.0.3:
|
||||||
|
* Dont interpret audit netlink groups unless AUDIT_NLGRP_MAX is defined
|
||||||
|
* Add support for AUDIT_RESP_ORIGIN_UNBLOCK_TIMED to ids
|
||||||
|
* Change auparse_feed_has_data in auparse to include incomplete events
|
||||||
|
* Auditd, stop linking against -lrt
|
||||||
|
* Add ProtectHome and RestrictRealtime to auditd.service
|
||||||
|
* In auditd, read up to 3 netlink packets in a row
|
||||||
|
* In auditd, do not validate path to plugin unless active
|
||||||
|
* In auparse, only emit config errors when AUPARSE_DEBUG env variable exists
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 14 20:54:49 CEST 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
Mon Jun 14 20:54:49 CEST 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# The seperation is required to minimize unnecessary build cycles.
|
# The seperation is required to minimize unnecessary build cycles.
|
||||||
%define _name audit
|
%define _name audit
|
||||||
Name: audit-secondary
|
Name: audit-secondary
|
||||||
Version: 3.0.2
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel audit subsystem utilities
|
Summary: Linux kernel audit subsystem utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 30 18:14:14 CEST 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.0.3:
|
||||||
|
* Dont interpret audit netlink groups unless AUDIT_NLGRP_MAX is defined
|
||||||
|
* Add support for AUDIT_RESP_ORIGIN_UNBLOCK_TIMED to ids
|
||||||
|
* Change auparse_feed_has_data in auparse to include incomplete events
|
||||||
|
* Auditd, stop linking against -lrt
|
||||||
|
* Add ProtectHome and RestrictRealtime to auditd.service
|
||||||
|
* In auditd, read up to 3 netlink packets in a row
|
||||||
|
* In auditd, do not validate path to plugin unless active
|
||||||
|
* In auparse, only emit config errors when AUPARSE_DEBUG env variable exists
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 14 20:54:49 CEST 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
Mon Jun 14 20:54:49 CEST 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 3.0.2
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel audit subsystem utilities
|
Summary: Linux kernel audit subsystem utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user