- In auditctl -l, loop until all rules are printed

- Update autrace not to run if rules are currently loaded
- Added code to switch to single user mode when disk is full
- Added the ausearch program
This commit is contained in:
Steve Grubb 2005-04-23 21:15:11 +00:00
parent 7a408f5f07
commit e7cf9793b2
3 changed files with 10 additions and 6 deletions

View File

@ -11,3 +11,4 @@ audit-0.6.9.tar.gz
audit-0.6.10.tar.gz
audit-0.6.11.tar.gz
audit-0.6.12.tar.gz
audit-0.7.tar.gz

View File

@ -1,6 +1,6 @@
Summary: User space tools for 2.6 kernel auditing.
Name: audit
Version: 0.6.12
Version: 0.7
Release: 1
License: GPL
Group: System Environment/Daemons
@ -68,10 +68,6 @@ cd $RPM_BUILD_ROOT/%{_libdir}
ln -s ../../%{_lib}/libaudit.so libaudit.so
cd $curdir
# Not ready to distribute - nuke 'em
rm -f $RPM_BUILD_ROOT/sbin/ausearch
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/ausearch.8
%clean
rm -rf $RPM_BUILD_ROOT
@ -113,7 +109,7 @@ fi
%attr(0644,root,root) %{_mandir}/man8/*
%attr(750,root,root) /sbin/auditctl
%attr(750,root,root) /sbin/auditd
#%attr(750,root,root) /sbin/ausearch
%attr(750,root,root) /sbin/ausearch
%attr(750,root,root) /sbin/autrace
%attr(755,root,root) /etc/rc.d/init.d/auditd
%attr(750,root,root) %{_var}/log/audit
@ -123,6 +119,12 @@ fi
%changelog
* Sat Apr 23 2005 Steve Grubb <sgrubb@redhat.com> 0.7-1
- In auditctl -l, loop until all rules are printed
- Update autrace not to run if rules are currently loaded
- Added code to switch to single user mode when disk is full
- Added the ausearch program
* Wed Apr 20 2005 Steve Grubb <sgrubb@redhat.com> 0.6.12-1
- Fixed bug where elf type wasn't being set when given numerically
- Added autrace program (similar to strace)

View File

@ -9,3 +9,4 @@ afbda7c66f1a3fa5c09c83037edf278e audit-0.6.9.tar.gz
5bb9461113964e87791baa0d2b72c57e audit-0.6.10.tar.gz
6e03202c0233824643dc2ab79fa2696e audit-0.6.11.tar.gz
af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz
48a94a0d0bd890b451b84397133b5781 audit-0.7.tar.gz