ipn: add missing entries for OpenBSD

Signed-off-by: Juan Francisco Cantero Hurtado <jfch@30041993.xyz>
This commit is contained in:
Juan Francisco Cantero Hurtado
2025-06-17 20:22:42 +02:00
committed by Brad Fitzpatrick
parent 4431fb89c2
commit cbc14bd3b0
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ func (a *actor) Username() (string, error) {
}
defer tok.Close()
return tok.Username()
case "darwin", "linux", "illumos", "solaris":
case "darwin", "linux", "illumos", "solaris", "openbsd":
uid, ok := a.ci.Creds().UserID()
if !ok {
return "", errors.New("missing user ID")