diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-04-14 10:29:03 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-04-23 23:54:21 -0400 |
commit | 8bb3626dac93c0157989fb87afe0212958d7dbb4 (patch) | |
tree | 3b56e100d88fde36759a88c6424e5fa7cf85b313 /.gitignore | |
parent | 4733607eec54034d2083534ebff2dad89c28574e (diff) | |
download | systemd-8bb3626dac93c0157989fb87afe0212958d7dbb4.tar.gz |
journal: use audit event names instead of numbers
<audit-1400> is replaced by AVC, etc.
A fallback mechanism is provided for unlisted event types.
Occasionally new types are added to the kernel, but not too often.
Add a simple "test", which simply prints the mapping.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bcf21feddd..9da5122339 100644 --- a/.gitignore +++ b/.gitignore @@ -141,6 +141,7 @@ /systemd-vconsole-setup /tags /test-architecture +/test-audit-type /test-async /test-barrier /test-boot-timestamp |