blob: 9e663421d99b6b5f861bce6e36d1490633926658 [file] [log] [blame]
Jiri Simsad7616c92015-03-24 23:44:30 -07001// 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 Wang392a9cc2015-04-06 14:35:11 -07005package suid
Robert Kroegerdd07b362014-09-18 17:34:42 -07006
7const (
Robert Kroegerda977d72014-09-22 10:48:51 -07008 testUserName = "uucp"
9 testUid = 10
10 testGid = 10
Robert Kroegerdd07b362014-09-18 17:34:42 -070011)