blob: 740f942bc71ec0fefe06b9bf24caf1fb8a581e4e [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SYSTEM_API_CONSTANTS_VM_TOOLS_H_
#define SYSTEM_API_CONSTANTS_VM_TOOLS_H_
namespace vm_tools {
// Name of the user that runs unstrusted operating systems on Chrome OS.
constexpr char kCrosVmUser[] = "crosvm";
} // namespace vm_tools
#endif // SYSTEM_API_CONSTANTS_VM_TOOLS_H_