commit | 975d5e55c2e78b755bd0b92b71db1c241c5a2665 | [log] [tgz] |
---|---|---|
author | Casey Schaufler <casey@schaufler-ca.com> | Mon Sep 26 14:43:39 2011 -0700 |
committer | Casey Schaufler <cschaufler@cschaufler-intel.(none)> | Wed Oct 12 14:27:05 2011 -0700 |
tree | 7f39bc6c89720a5abdf617cd1e83c0904d04ec08 | |
parent | ce8a432197d9892689eb4896f690b9fe6b3de598 [diff] |
Smack: Provide information for UDS getsockopt(SO_PEERCRED) This patch is targeted for the smack-next tree. This patch takes advantage of the recent changes for performance and points the packet labels on UDS connect at the output label of the far side. This makes getsockopt(...SO_PEERCRED...) function properly. Without this change the getsockopt does not provide any information. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>