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.cpp1127 static const char* kSystemServerLabel = "u:r:system_server:s0"; in SpecializeCommon() local
1128 if (selinux_android_setcon(kSystemServerLabel) != 0) { in SpecializeCommon()
1129 fail_fn(CREATE_ERROR("selinux_android_setcon(%s)", kSystemServerLabel)); in SpecializeCommon()