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

« back to all changes in this revision

Viewing changes to lib/fieldtab.h

  • 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:
1
1
/* fieldtab.h --
2
 
 * Copyright 2005,2006 Red Hat Inc., Durham, North Carolina.
 
2
 * Copyright 2005-07 Red Hat Inc., Durham, North Carolina.
3
3
 * All Rights Reserved.
4
4
 *
5
5
 * This library is free software; you can redistribute it and/or
53
53
_S(AUDIT_SUCCESS,      "success"      )
54
54
_S(AUDIT_WATCH,        "path"         )
55
55
_S(AUDIT_PERM,         "perm"         )
 
56
_S(AUDIT_DIR,          "dir"          )
56
57
 
57
58
_S(AUDIT_ARG0,         "a0"           )
58
59
_S(AUDIT_ARG1,         "a1"           )