commit | 939cbf260c1abce6cad4b95ea4ba9f5132b660b3 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Sep 23 13:46:00 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 24 03:50:26 2009 -0400 |
tree | 598b4ec56e0bef7d76a8a32136c24348d387756d | |
parent | 44e51a1b7852bd421ff5303c64dcc5c8524c21ef [diff] |
Audit: send signal info if selinux is disabled Audit will not respond to signal requests if selinux is disabled since it is unable to translate the 0 sid from the sending process to a context. This patch just doesn't send the context info if there isn't any. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>