| Tim Windelschmidt | 6d33a43 | 2025-02-04 14:34:25 +0100 | [diff] [blame] | 1 | // Copyright The Monogon Project Authors. |
| Lorenz Brun | e306d78 | 2021-09-01 13:01:06 +0200 | [diff] [blame] | 2 | // SPDX-License-Identifier: Apache-2.0 |
| Lorenz Brun | e306d78 | 2021-09-01 13:01:06 +0200 | [diff] [blame] | 3 | |
| 4 | package node | ||||
| 5 | |||||
| 6 | // These are UID/GID constants for components inside the Metropolis node | ||||
| 7 | // code. | ||||
| 8 | const ( | ||||
| 9 | RootUid = 0 | ||||
| 10 | TimeUid = 100 | ||||
| 11 | ) | ||||