Searched refs:kSystemServerLabel (Results 1 – 1 of 1) sorted by relevance
2157 static const char* kSystemServerLabel = "u:r:system_server:s0"; in SpecializeCommon() local2158 if (selinux_android_setcon(kSystemServerLabel) != 0) { in SpecializeCommon()2159 fail_fn(CREATE_ERROR("selinux_android_setcon(%s)", kSystemServerLabel)); in SpecializeCommon()