diff options
author | cpm <cpm@FreeBSD.org> | 2017-12-09 19:55:44 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-12-09 19:55:44 +0800 |
commit | 6191ff9f16d783fba233667a365a16266bb59067 (patch) | |
tree | 9fd517b4d72af9385624fd001424b6cd4fce20e7 /security/Makefile | |
parent | 6ced2f6f861b278783c7fdd073b79166356f2232 (diff) | |
download | freebsd-ports-gnome-6191ff9f16d783fba233667a365a16266bb59067.tar.gz freebsd-ports-gnome-6191ff9f16d783fba233667a365a16266bb59067.tar.zst freebsd-ports-gnome-6191ff9f16d783fba233667a365a16266bb59067.zip |
security/u2f-devd: Devd hotplug rules for Universal 2nd Factor (U2F) tokens
Automatic device permission handling for Universal 2nd Factor (U2F) USB
authentication tokens.
PR: 224199
Submitted by: Greg V <greg@unrelenting.technology>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a4ff8f4b5ba9..10e3e703aa27 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1237,6 +1237,7 @@ SUBDIR += truecrypt SUBDIR += tsshbatch SUBDIR += tthsum + SUBDIR += u2f-devd SUBDIR += umit SUBDIR += unhide SUBDIR += unicornscan |