Searched refs:service_path (Results 1 – 1 of 1) sorted by relevance
77 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable() argument88 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) { in ComputeContextFromExecutable()101 return Error() << "File " << service_path << "(labeled \"" << filecon.get() in ComputeContextFromExecutable()