- Fix ausearch buffers to hold long filenames
- Make a0 long long for 64 bit kernels & 32 bit ausearch.
This commit is contained in:
parent
7dfa20a5da
commit
7c06330e80
@ -33,3 +33,4 @@ audit-0.9.13.tar.gz
|
|||||||
audit-0.9.14.tar.gz
|
audit-0.9.14.tar.gz
|
||||||
audit-0.9.15.tar.gz
|
audit-0.9.15.tar.gz
|
||||||
audit-0.9.16.tar.gz
|
audit-0.9.16.tar.gz
|
||||||
|
audit-0.9.17.tar.gz
|
||||||
|
12
audit.spec
12
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.9.16
|
Version: 0.9.17
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -77,12 +77,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%post libs -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ $1 = 1 ]; then
|
/sbin/chkconfig --add auditd
|
||||||
/sbin/chkconfig --add auditd
|
|
||||||
fi
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ "$1" = 0 ]; then
|
||||||
/sbin/service auditd stop > /dev/null 2>&1
|
/sbin/service auditd stop > /dev/null 2>&1
|
||||||
/sbin/chkconfig --del auditd
|
/sbin/chkconfig --del auditd
|
||||||
fi
|
fi
|
||||||
@ -122,6 +120,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 12 2005 Steve Grubb <sgrubb@redhat.com> 0.9.17-1
|
||||||
|
- Fix ausearch buffers to hold long filenames
|
||||||
|
- Make a0 long long for 64 bit kernels & 32 bit ausearch.
|
||||||
|
|
||||||
* Thu Jul 07 2005 Steve Grubb <sgrubb@redhat.com> 0.9.16-1
|
* Thu Jul 07 2005 Steve Grubb <sgrubb@redhat.com> 0.9.16-1
|
||||||
- Adjust umask
|
- Adjust umask
|
||||||
- Adjust length of strings for file system watches to not include NUL
|
- Adjust length of strings for file system watches to not include NUL
|
||||||
|
Loading…
Reference in New Issue
Block a user