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