blob: c9a9aa033e344f53e58e83ced1cf118b3f8efde9 [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
4package node
5
6// These are UID/GID constants for components inside the Metropolis node
7// code.
8const (
9 RootUid = 0
10 TimeUid = 100
11)