commit | accc609322ef5ed44cba6d2d70c741afc76385fb | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Fri Oct 10 10:16:29 2008 -0400 |
committer | Paul Moore <paul.moore@hp.com> | Fri Oct 10 10:16:29 2008 -0400 |
tree | 4a86c08a2fad7302b14e0f419b5e6bd11111330f | |
parent | 561967010edef40f539dacf2aa125e20773ab40b [diff] |
selinux: Cleanup the NetLabel glue code We were doing a lot of extra work in selinux_netlbl_sock_graft() what wasn't necessary so this patch removes that code. It also removes the redundant second argument to selinux_netlbl_sock_setsid() which allows us to simplify a few other functions. Signed-off-by: Paul Moore <paul.moore@hp.com> Acked-by: James Morris <jmorris@namei.org>