Loading cmds/servicemanager/service_manager.c +4 −0 Original line number Diff line number Diff line Loading @@ -287,7 +287,11 @@ int svcmgr_handler(struct binder_state *bs, } if (sehandle && selinux_status_updated() > 0) { #ifdef VENDORSERVICEMANAGER struct selabel_handle *tmp_sehandle = selinux_android_vendor_service_context_handle(); #else struct selabel_handle *tmp_sehandle = selinux_android_service_context_handle(); #endif if (tmp_sehandle) { selabel_close(sehandle); sehandle = tmp_sehandle; Loading Loading
cmds/servicemanager/service_manager.c +4 −0 Original line number Diff line number Diff line Loading @@ -287,7 +287,11 @@ int svcmgr_handler(struct binder_state *bs, } if (sehandle && selinux_status_updated() > 0) { #ifdef VENDORSERVICEMANAGER struct selabel_handle *tmp_sehandle = selinux_android_vendor_service_context_handle(); #else struct selabel_handle *tmp_sehandle = selinux_android_service_context_handle(); #endif if (tmp_sehandle) { selabel_close(sehandle); sehandle = tmp_sehandle; Loading