blob: 51d74fda5632f29affd0f744f7ed186a552f0128 [file] [log] [blame]
// Copyright The Monogon Project Authors.
// SPDX-License-Identifier: Apache-2.0
package allocs
// These are UID/GID constants for components inside the Metropolis node
// code.
const (
UidRoot = 0
UidTime = 100
)