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