ANDROID: fix up android selinux build break.
In commit e67b7985 ("selinux: stop passing selinux_state pointers and their offspring"), the selinux state pointers were switched to a global pointer. This breaks the out-of-tree android networking state status logic, so switch it over to use the correct global selinux state structure instead. Fixes: e67b7985 ("selinux: stop passing selinux_state pointers and their offspring") Change-Id: Iaf1a7a7824bffd1c074e3d3a43b4608d8138a9f4 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment