Skip to content
Commit 3035c51e authored by Eric Paris's avatar Eric Paris Committed by Al Viro
Browse files

audit: drop the meaningless and format breaking word 'user'



userspace audit messages look like so:

type=USER msg=audit(1271170549.415:24710): user pid=14722 uid=0 auid=500 ses=1 subj=unconfined_u:unconfined_r:auditctl_t:s0-s0:c0.c1023 msg=''

That third field just says 'user'.  That's useless and doesn't follow the
key=value pair we are trying to enforce.  We already know it came from the
user based on the record type.  Kill that word.  Die.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent 5195d8e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment