Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp2001 static const char* kSystemServerLabel = "u:r:system_server:s0"; in SpecializeCommon() local
2002 if (selinux_android_setcon(kSystemServerLabel) != 0) { in SpecializeCommon()
2003 fail_fn(CREATE_ERROR("selinux_android_setcon(%s)", kSystemServerLabel)); in SpecializeCommon()