Jiri Simsa | d7616c9 | 2015-03-24 23:44:30 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Vanadium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
Todd Wang | 392a9cc | 2015-04-06 14:35:11 -0700 | [diff] [blame] | 5 | package suid |
Robert Kroeger | dd07b36 | 2014-09-18 17:34:42 -0700 | [diff] [blame] | 6 | |
| 7 | const ( |
Robert Kroeger | da977d7 | 2014-09-22 10:48:51 -0700 | [diff] [blame] | 8 | testUserName = "uucp" |
| 9 | testUid = 10 |
| 10 | testGid = 10 |
Robert Kroeger | dd07b36 | 2014-09-18 17:34:42 -0700 | [diff] [blame] | 11 | ) |