- 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:
parent
7a408f5f07
commit
e7cf9793b2
@ -11,3 +11,4 @@ audit-0.6.9.tar.gz
|
|||||||
audit-0.6.10.tar.gz
|
audit-0.6.10.tar.gz
|
||||||
audit-0.6.11.tar.gz
|
audit-0.6.11.tar.gz
|
||||||
audit-0.6.12.tar.gz
|
audit-0.6.12.tar.gz
|
||||||
|
audit-0.7.tar.gz
|
||||||
|
14
audit.spec
14
audit.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.6.12
|
Version: 0.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -68,10 +68,6 @@ cd $RPM_BUILD_ROOT/%{_libdir}
|
|||||||
ln -s ../../%{_lib}/libaudit.so libaudit.so
|
ln -s ../../%{_lib}/libaudit.so libaudit.so
|
||||||
cd $curdir
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -113,7 +109,7 @@ fi
|
|||||||
%attr(0644,root,root) %{_mandir}/man8/*
|
%attr(0644,root,root) %{_mandir}/man8/*
|
||||||
%attr(750,root,root) /sbin/auditctl
|
%attr(750,root,root) /sbin/auditctl
|
||||||
%attr(750,root,root) /sbin/auditd
|
%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(750,root,root) /sbin/autrace
|
||||||
%attr(755,root,root) /etc/rc.d/init.d/auditd
|
%attr(755,root,root) /etc/rc.d/init.d/auditd
|
||||||
%attr(750,root,root) %{_var}/log/audit
|
%attr(750,root,root) %{_var}/log/audit
|
||||||
@ -123,6 +119,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Fixed bug where elf type wasn't being set when given numerically
|
||||||
- Added autrace program (similar to strace)
|
- Added autrace program (similar to strace)
|
||||||
|
1
sources
1
sources
@ -9,3 +9,4 @@ afbda7c66f1a3fa5c09c83037edf278e audit-0.6.9.tar.gz
|
|||||||
5bb9461113964e87791baa0d2b72c57e audit-0.6.10.tar.gz
|
5bb9461113964e87791baa0d2b72c57e audit-0.6.10.tar.gz
|
||||||
6e03202c0233824643dc2ab79fa2696e audit-0.6.11.tar.gz
|
6e03202c0233824643dc2ab79fa2696e audit-0.6.11.tar.gz
|
||||||
af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz
|
af01d49cae8814c99a64c866acbdb7ca audit-0.6.12.tar.gz
|
||||||
|
48a94a0d0bd890b451b84397133b5781 audit-0.7.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user