blob: 51d74fda5632f29affd0f744f7ed186a552f0128 [file] [log] [blame]
Tim Windelschmidt6d33a432025-02-04 14:34:25 +01001// Copyright The Monogon Project Authors.
Lorenz Brune306d782021-09-01 13:01:06 +02002// SPDX-License-Identifier: Apache-2.0
Lorenz Brune306d782021-09-01 13:01:06 +02003
Jan Schär0f8ce4c2025-09-04 13:27:50 +02004package allocs
Lorenz Brune306d782021-09-01 13:01:06 +02005
6// These are UID/GID constants for components inside the Metropolis node
7// code.
8const (
Jan Schär0f8ce4c2025-09-04 13:27:50 +02009 UidRoot = 0
10 UidTime = 100
Lorenz Brune306d782021-09-01 13:01:06 +020011)