Andreea Costinas | 6d8b6b7 | 2019-04-11 12:44:42 +0200 | [diff] [blame] | 1 | // 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 | |
| 8 | namespace vm_tools { |
| 9 | |
| 10 | // Name of the user that runs unstrusted operating systems on Chrome OS. |
| 11 | constexpr char kCrosVmUser[] = "crosvm"; |
| 12 | |
| 13 | } // namespace vm_tools |
| 14 | |
| 15 | #endif // SYSTEM_API_CONSTANTS_VM_TOOLS_H_ |