- Updated autrace to monitor *at syscalls

- Add support in libaudit for AUDIT_BIT_TEST(^) and AUDIT_MASK_TEST (&)
- Finish reworking auditd config parser
- In auparse, interpret open, fcntl, and clone flags
- In auparse, when interpreting execve record types, run args through
    unencode
- Add support for OBJ_PID message type
- Event dispatcher updates
This commit is contained in:
Steve Grubb 2007-03-20 16:34:48 +00:00
parent 9404d1e9db
commit 7044bd306e
3 changed files with 13 additions and 3 deletions

View File

@ -72,3 +72,4 @@ audit-1.4.tar.gz
audit-1.4.1.tar.gz
audit-1.4.2.tar.gz
audit-1.5.tar.gz
audit-1.5.1.tar.gz

View File

@ -1,7 +1,7 @@
Summary: User space tools for 2.6 kernel auditing
Name: audit
Version: 1.5
Release: 2%{?dist}
Version: 1.5.1
Release: 1%{?dist}
License: GPL
Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/
@ -191,6 +191,15 @@ fi
%doc %attr(640,root,root) /etc/audispd/policies.d/README-CONF_POLICIES_D
%changelog
* Tue Mar 20 2007 Steve Grubb <sgrubb@redhat.com> 1.5.1-1
- Updated autrace to monitor *at syscalls
- Add support in libaudit for AUDIT_BIT_TEST(^) and AUDIT_MASK_TEST (&)
- Finish reworking auditd config parser
- In auparse, interpret open, fcntl, and clone flags
- In auparse, when interpreting execve record types, run args through unencode
- Add support for OBJ_PID message type
- Event dispatcher updates
* Fri Mar 2 2007 Steve Grubb <sgrubb@redhat.com> 1.5-2
- rebuild

View File

@ -1 +1 @@
81d2c5d76c6130c1f95cb1cdb9032523 audit-1.5.tar.gz
9f410eae053012d1f4db7f60c45cf8bf audit-1.5.1.tar.gz