~ubuntu-branches/ubuntu/utopic/audit/utopic

« back to all changes in this revision

Viewing changes to audit.spec

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Matthias Hahn
  • Date: 2009-04-07 00:03:54 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090407000354-ny4m29eckoycogz5
Tags: 1.7.12-1
* New upstream release. (Closes: #522026)
* Fix "typo in long description: (Closes: #513937)
* debian/control:
  - Bump Standards-Version: 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%define audit_version 1.7.11
 
1
%define audit_version 1.7.12
2
2
%define audit_release 1
3
3
%define sca_version 0.4.8
4
4
%define sca_release 1
207
207
%attr(755,root,root) /sbin/aureport
208
208
%attr(750,root,root) /sbin/autrace
209
209
%attr(750,root,root) /sbin/audispd
210
 
%attr(750,root,root) %{_bindir}/aulast
211
 
%attr(750,root,root) %{_bindir}/aulastlog
 
210
%attr(755,root,root) %{_bindir}/aulast
 
211
%attr(755,root,root) %{_bindir}/aulastlog
212
212
%attr(755,root,root) %{_bindir}/ausyscall
213
213
%attr(755,root,root) /etc/rc.d/init.d/auditd
214
214
%attr(750,root,root) %{_var}/log/audit
221
221
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
222
222
%config(noreplace) %attr(640,root,root) /etc/audisp/audispd.conf
223
223
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/af_unix.conf
 
224
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/syslog.conf
224
225
 
225
226
%files -n audispd-plugins
226
227
%defattr(-,root,root,-)
227
 
%attr(640,root,root) /etc/audisp/plugins.d/syslog.conf
228
228
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
229
229
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
230
230
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
257
257
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
258
258
 
259
259
%changelog
 
260
* Tue Feb 24 2009 Steve Grubb <sgrubb@redhat.com> 1.7.12-1
 
261
- Add definitions for crypto events
 
262
- Fix regression where msgtype couldn't be used as a range in audit rules
 
263
- In libaudit, extend time spent checking reply
 
264
- In acct events, prefer id over acct if given
 
265
- In aulast, try id and acct in USER_LOGIN events
 
266
- When in immutable mode, have auditctl tell user instead of sending rules
 
267
- Add option to sysconfig to disable audit system on auditd stop
 
268
- Add tcp_wrappers config option to auditd
 
269
- Aulastlog can now take input from stdin
 
270
- Update libaudit python bindings to throw exceptions on error
 
271
- Adjust formatting of TTY data in libauparse to be like ausearch/report
 
272
- Add more key mappings to TTY interpretations
 
273
- Add internal queue to audisp-remote
 
274
- Fix failure action code to allow executables in audisp-remote (Chu Li)
 
275
- Fix memory leak when NOLOG log_format option given to auditd
 
276
- Quieten some of the reconnect text being sent to syslog in audisp-remote
 
277
- Apply some libev fixups to auditd
 
278
- Cleanup shutdown sequence of auditd
 
279
- Allow auditd log rotation via SIGUSR1 when NOLOG log format option given
 
280
 
260
281
* Sat Jan 10 2009 Steve Grubb <sgrubb@redhat.com> 1.7.11-1
261
282
- Don't error out in auditd when calling setsid
262
283
- Reformat a couple auditd error messages (Oden Eriksson)