~ubuntu-branches/ubuntu/maverick/audit/maverick

« back to all changes in this revision

Viewing changes to src/aureport-output.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-06-29 13:05:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070629130514-z798cz4lebiahj5w
Tags: 1.5.4-0ubuntu1
* New upstream version.
* debian/patches/audit-1.5.1-dist.patch:
  * update so that it applies for 1.5.4.
* debian/control:
  * update Maintainer and XSBC-Original-Maintainer fields.
* debian/rules:
  * enable apparmor support: add --with-apparmor to configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
        printf("Number of host names: %u\n", sd.hosts.cnt);
701
701
        printf("Number of executables: %u\n", sd.exes.cnt);
702
702
        printf("Number of files: %u\n", sd.files.cnt);
703
 
        printf("Number of AVC denials: %lu\n", sd.avcs);
 
703
        printf("Number of AVC's: %lu\n", sd.avcs);
704
704
        printf("Number of MAC events: %lu\n", sd.mac);
705
705
        printf("Number of failed syscalls: %lu\n", sd.failed_syscalls);
706
706
        printf("Number of anomaly events: %lu\n", sd.anomalies);