commit | 45a0642b4d021a2f50d5db9c191b5bfe60bfa1c7 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul@paul-moore.com> | Tue May 02 10:16:05 2017 -0400 |
committer | Paul Moore <paul@paul-moore.com> | Tue May 02 10:16:05 2017 -0400 |
tree | d63e9090ba3ebaa02cb6c94717b5c285c1fd93ec | |
parent | a9d1620877748375cf60b43ef3fa5f61ab6d9f24 [diff] |
audit: kernel generated netlink traffic should have a portid of 0 We were setting the portid incorrectly in the netlink message headers, fix that to always be 0 (nlmsg_pid = 0). Signed-off-by: Paul Moore <paul@paul-moore.com> Reviewed-by: Richard Guy Briggs <rgb@redhat.com>