git: d3d92388a54c - main - sys/conf.h: Add u2f group id to use in coming FIDO/U2F driver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Aug 2025 21:02:28 UTC
The branch main has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=d3d92388a54c2c4f5788a4b7117868d7a5ab845b
commit d3d92388a54c2c4f5788a4b7117868d7a5ab845b
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2025-08-17 21:00:44 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2025-08-17 21:00:44 +0000
sys/conf.h: Add u2f group id to use in coming FIDO/U2F driver
We have already reserved this group ID in /etc/group file.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D51607
---
sys/sys/conf.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index 1646aa108701..a830c9d4c622 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -159,6 +159,7 @@ typedef int dumper_hdr_t(struct dumperinfo *di, struct kerneldumpheader *kdh);
#define GID_RT_PRIO 47
#define GID_ID_PRIO 48
#define GID_DIALER 68
+#define GID_U2F 116
#define GID_NOGROUP 65533
#define GID_NOBODY 65534