- Code cleanups
- Support the arch field for auditctl - Add version to auditctl - Documentation updates - Moved default location of the audit log to /var/log/audit
This commit is contained in:
parent
ffb4908089
commit
d1e22d79c2
@ -8,3 +8,4 @@ audit-0.6.6.tar.gz
|
|||||||
audit-0.6.7.tar.gz
|
audit-0.6.7.tar.gz
|
||||||
audit-0.6.8.tar.gz
|
audit-0.6.8.tar.gz
|
||||||
audit-0.6.9.tar.gz
|
audit-0.6.9.tar.gz
|
||||||
|
audit-0.6.10.tar.gz
|
||||||
|
19
audit.spec
19
audit.spec
@ -1,7 +1,7 @@
|
|||||||
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.9
|
Version: 0.6.10
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
@ -54,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,rc.d/init.d}}
|
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,rc.d/init.d}}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_var}/log/audit
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_includedir}
|
mkdir -p $RPM_BUILD_ROOT/%{_includedir}
|
||||||
@ -113,18 +114,24 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README COPYING ChangeLog sample.rules
|
%doc README COPYING ChangeLog sample.rules
|
||||||
%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(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
|
||||||
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
|
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
|
||||||
%config(noreplace) %attr(640,root,root) /etc/audit.rules
|
%config(noreplace) %attr(640,root,root) /etc/audit.rules
|
||||||
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 24 2005 Steve Grubb <sgrubb@redhat.com> 0.6.9-2
|
* Fri Apr 1 2005 Steve Grubb <sgrubb@redhat.com> 0.6.10-1
|
||||||
- Rebuilt
|
- Code cleanups
|
||||||
|
- Support the arch field for auditctl
|
||||||
|
- Add version to auditctl
|
||||||
|
- Documentation updates
|
||||||
|
- Moved default location of the audit log to /var/log/audit
|
||||||
|
|
||||||
* Thu Mar 17 2005 Steve Grubb <sgrubb@redhat.com> 0.6.9-1
|
* Thu Mar 17 2005 Steve Grubb <sgrubb@redhat.com> 0.6.9-1
|
||||||
- Added patch for filesystem watch
|
- Added patch for filesystem watch
|
||||||
|
1
sources
1
sources
@ -6,3 +6,4 @@ cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz
|
|||||||
87dc88d07f8ec0e35a9c978818654577 audit-0.6.7.tar.gz
|
87dc88d07f8ec0e35a9c978818654577 audit-0.6.7.tar.gz
|
||||||
525186a68c02ad34620056792b64bd57 audit-0.6.8.tar.gz
|
525186a68c02ad34620056792b64bd57 audit-0.6.8.tar.gz
|
||||||
afbda7c66f1a3fa5c09c83037edf278e audit-0.6.9.tar.gz
|
afbda7c66f1a3fa5c09c83037edf278e audit-0.6.9.tar.gz
|
||||||
|
5bb9461113964e87791baa0d2b72c57e audit-0.6.10.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user