Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
4c4a7048de54e4e5d3400ecd3c22ae582e3abe9a
/
.
/
metropolis
/
node
/
allocs
/
ids.go
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
)