- Fix audit_set_pid to try to read a reply, but its non-fatal if no reply.
- Remove the read status during init - Change to using pthreads sync mechanism for stopping system - Worker thread should ignore all signals - Change main loop to use select for inbound event handling - Gave pam_loginuid a "failok" option for testing
This commit is contained in:
parent
21c8b70346
commit
0ff90d0747
@ -4,3 +4,4 @@ audit-0.5.5.tar.gz
|
|||||||
audit-0.6.3.tar.gz
|
audit-0.6.3.tar.gz
|
||||||
audit-0.6.4.tar.gz
|
audit-0.6.4.tar.gz
|
||||||
audit-0.6.5.tar.gz
|
audit-0.6.5.tar.gz
|
||||||
|
audit-0.6.6.tar.gz
|
||||||
|
13
audit.spec
13
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.5
|
Version: 0.6.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -67,8 +67,9 @@ 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 it
|
# 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
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -123,6 +124,14 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 8 2005 Steve Grubb <sgrubb@redhat.com> 0.6.6-1
|
||||||
|
- Fix audit_set_pid to try to read a reply, but its non-fatal if no reply.
|
||||||
|
- Remove the read status during init
|
||||||
|
- Change to using pthreads sync mechanism for stopping system
|
||||||
|
- Worker thread should ignore all signals
|
||||||
|
- Change main loop to use select for inbound event handling
|
||||||
|
- Gave pam_loginuid a "failok" option for testing
|
||||||
|
|
||||||
* Thu Mar 3 2005 Steve Grubb <sgrubb@redhat.com> 0.6.5-1
|
* Thu Mar 3 2005 Steve Grubb <sgrubb@redhat.com> 0.6.5-1
|
||||||
- Lots of code cleanups
|
- Lots of code cleanups
|
||||||
- Added write_pid function to auditd
|
- Added write_pid function to auditd
|
||||||
|
1
sources
1
sources
@ -2,3 +2,4 @@
|
|||||||
36054c4f05d5ef1922cabf5b32824874 audit-0.6.3.tar.gz
|
36054c4f05d5ef1922cabf5b32824874 audit-0.6.3.tar.gz
|
||||||
ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz
|
ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz
|
||||||
637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz
|
637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz
|
||||||
|
cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user