Searched refs:kEnvSelinuxStartedAt (Results 1 – 3 of 3) sorted by relevance
37 static constexpr char kEnvSelinuxStartedAt[] = "SELINUX_STARTED_AT"; variable
715 if (auto selinux_start_time_str = getenv(kEnvSelinuxStartedAt); selinux_start_time_str) { in RecordStageBoottimes()718 unsetenv(kEnvSelinuxStartedAt); in RecordStageBoottimes()
760 setenv(kEnvSelinuxStartedAt, std::to_string(start_time.time_since_epoch().count()).c_str(), 1); in SetupSelinux()