- Fixed bug where elf type wasn't being set when given numerically
- Added autrace program (similar to strace) - Fixed bug when logs = 2 and ROTATE is the action, only 1 log resulted
This commit is contained in:
parent
d236fb124a
commit
7a408f5f07
@ -10,3 +10,4 @@ audit-0.6.8.tar.gz
|
|||||||
audit-0.6.9.tar.gz
|
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
|
||||||
|
16
audit.spec
16
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.11
|
Version: 0.6.12
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -70,16 +70,14 @@ cd $curdir
|
|||||||
|
|
||||||
# Not ready to distribute - nuke 'em
|
# Not ready to distribute - nuke 'em
|
||||||
rm -f $RPM_BUILD_ROOT/sbin/ausearch
|
rm -f $RPM_BUILD_ROOT/sbin/ausearch
|
||||||
rm -f $RPM_BUILD_ROOT/sbin/autrace
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/ausearch.8
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post libs
|
%post libs -p /sbin/ldconfig
|
||||||
/sbin/ldconfig 2>/dev/null
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig 2>/dev/null
|
|
||||||
if [ $1 = 1 ]; then
|
if [ $1 = 1 ]; then
|
||||||
/sbin/chkconfig --add auditd
|
/sbin/chkconfig --add auditd
|
||||||
fi
|
fi
|
||||||
@ -94,7 +92,6 @@ fi
|
|||||||
/sbin/ldconfig 2>/dev/null
|
/sbin/ldconfig 2>/dev/null
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig 2>/dev/null
|
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
/sbin/service auditd condrestart > /dev/null 2>&1
|
/sbin/service auditd condrestart > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
@ -117,7 +114,7 @@ fi
|
|||||||
%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
|
||||||
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
|
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
|
||||||
@ -126,6 +123,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Fixed bug when logs = 2 and ROTATE is the action, only 1 log resulted
|
||||||
|
|
||||||
* Mon Apr 18 2005 Steve Grubb <sgrubb@redhat.com> 0.6.11-1
|
* Mon Apr 18 2005 Steve Grubb <sgrubb@redhat.com> 0.6.11-1
|
||||||
- Check log file size on start up
|
- Check log file size on start up
|
||||||
- Added priority_boost config item
|
- Added priority_boost config item
|
||||||
|
1
sources
1
sources
@ -8,3 +8,4 @@ cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz
|
|||||||
afbda7c66f1a3fa5c09c83037edf278e audit-0.6.9.tar.gz
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user