blob: 740f942bc71ec0fefe06b9bf24caf1fb8a581e4e [file] [log] [blame]
Andreea Costinas6d8b6b72019-04-11 12:44:42 +02001// Copyright 2019 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef SYSTEM_API_CONSTANTS_VM_TOOLS_H_
6#define SYSTEM_API_CONSTANTS_VM_TOOLS_H_
7
8namespace vm_tools {
9
10// Name of the user that runs unstrusted operating systems on Chrome OS.
11constexpr char kCrosVmUser[] = "crosvm";
12
13} // namespace vm_tools
14
15#endif // SYSTEM_API_CONSTANTS_VM_TOOLS_H_