Home
last modified time | relevance | path

Searched refs:kSystemServerLabel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp2157 static const char* kSystemServerLabel = "u:r:system_server:s0"; in SpecializeCommon() local
2158 if (selinux_android_setcon(kSystemServerLabel) != 0) { in SpecializeCommon()
2159 fail_fn(CREATE_ERROR("selinux_android_setcon(%s)", kSystemServerLabel)); in SpecializeCommon()