Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 15:59:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: df5bb849a6e8 - stable/13 - Reserve u2f group for FIDO/U2F key support (SSH, etc.)
Message-ID:  <202303211559.32LFxYZZ075449@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=df5bb849a6e80a287597fd08587a84e34257e726

commit df5bb849a6e80a287597fd08587a84e34257e726
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-02-18 18:13:20 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-21 15:59:07 +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
    
    (cherry picked from commit d0f1f38202c4176af277185a3b973098bb03fe6d)
---
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303211559.32LFxYZZ075449>