The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=d0f1f38202c4176af277185a3b973098bb03fe6d
commit d0f1f38202c4176af277185a3b973098bb03fe6d Author: Ed Maste <[email protected]> AuthorDate: 2022-02-18 18:13:20 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2023-03-14 17:09:40 +0000 Reserve u2f group for FIDO/U2F key support (SSH, etc.) We have FIDO/U2F support in the base system now, so reserve a group ID for it (maching the security/u2f-devd port). Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34341 --- etc/group | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/group b/etc/group index 2a24f55303ca..4a8bc078e9b6 100644 --- a/etc/group +++ b/etc/group @@ -31,6 +31,7 @@ dialer:*:68: network:*:69: audit:*:77: www:*:80: +u2f:*:116: ntpd:*:123: _ypldap:*:160: hast:*:845:
