diff --git a/.cvsignore b/.cvsignore index 57ff0b0..a990fea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -42,3 +42,4 @@ audit-1.0.1.tar.gz audit-1.0.2.tar.gz audit-1.0.3.tar.gz audit-1.0.4.tar.gz +audit-1.0.5.tar.gz diff --git a/audit.spec b/audit.spec index e40b778..98c1734 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.0.4 -Release: 2 +Version: 1.0.5 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -112,6 +112,7 @@ fi %attr(750,root,root) /sbin/auditctl %attr(750,root,root) /sbin/auditd %attr(750,root,root) /sbin/ausearch +%attr(750,root,root) /sbin/aureport %attr(750,root,root) /sbin/autrace %attr(755,root,root) /etc/rc.d/init.d/auditd %attr(750,root,root) %{_var}/log/audit @@ -121,8 +122,13 @@ fi %changelog -* Fri Sep 23 2005 Steve Grubb 1.0.4-2 -- Rebuilt +* Tue Oct 4 2005 Steve Grubb 1.0.5-1 +- ausearch can now search on SE Linux contexts +- added aureport program to analyse logs +- aureport added report option for each log's start and end time +- increased random number selected for initial seq number in auditd +- add new user space defines to libaudit.h +- add add standard logging functions to libaudit * Fri Sep 23 2005 Steve Grubb 1.0.4-1 - Make rate & backlog 32 bit unsigned int in auditctl diff --git a/sources b/sources index 1dfe4f6..31bb92f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8223816fd2aafb4fb17e00c0e9933c52 audit-1.0.4.tar.gz +9d2593e293d691684f8643743225e647 audit-1.0.5.tar.gz