Searched defs:sehandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c57 static struct selabel_handle* sehandle; variable in typeref:struct:selabel_handle
95 if (!sehandle) {
96 ALOGE("SELinux: Failed to find sehandle. Aborting service_manager.\n");
100 if (selabel_lookup(sehandle, &tctx, name, 0) != 0) {
283 if (sehandle && selinux_status_updated() > 0) {
286 selabel_close(sehandle);
287 sehandle = tmp_sehandle;
365 sehandle = selinux_android_service_context_handle();
368 if (sehandle == NULL) {
369 ALOGE("SELinux: Failed to acquire sehandle
[all...]

Completed in 45 milliseconds