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

/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c63 static struct selabel_handle* sehandle; variable in typeref:struct:selabel_handle
106 if (!sehandle) {
107 ALOGE("SELinux: Failed to find sehandle. Aborting service_manager.\n");
111 if (selabel_lookup(sehandle, &tctx, name, 0) != 0) {
292 if (sehandle && selinux_status_updated() > 0) {
295 selabel_close(sehandle);
296 sehandle = tmp_sehandle;
381 sehandle = selinux_android_service_context_handle();
385 if (sehandle == NULL) {
386 ALOGE("SELinux: Failed to acquire sehandle
[all...]

Completed in 699 milliseconds