summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2020-10-21 10:28:43 -0400
committerPaul Moore <paul@paul-moore.com>2020-10-25 15:48:57 -0400
commite76d47bc45f30a3dcda125e080bd73d97b8c3bb0 (patch)
tree34e7e15fd6f943cf9fd8cda0ee4a904958104647 /README.md
parent8826022c0b7dd01a09973596750f038334780aad (diff)
downloadlibseccomp-e76d47bc45f30a3dcda125e080bd73d97b8c3bb0.tar.gz
doc: add some more info about GPG keys to the README.md file
Some people may not be familiar with GPG keys, subkeys, and fingerprints; while a full explanation is beyond the scope of our README file, at least provides some hints and a link to the GPG website for more information. Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d5abb71..752259d 100644
--- a/README.md
+++ b/README.md
@@ -74,8 +74,8 @@ verify detached signatures using the following command:
# gpg --verify file.asc file
-At present, only the following keys are authorized to sign official libseccomp
-releases:
+At present, only the following keys, specified via the fingerprints below, are
+authorized to sign official libseccomp releases:
Paul Moore <paul@paul-moore.com>
7100 AADF AE6E 6E94 0D2E 0AD6 55E4 5A5A E8CA 7C8A
@@ -83,6 +83,8 @@ releases:
Tom Hromatka <tom.hromatka@oracle.com>
47A6 8FCE 37C7 D702 4FD6 5E11 356C E62C 2B52 4099
+More information on GnuPG can be found at their website, https://gnupg.org.
+
## Building and Installing the Library
If you are building the libseccomp library from an official release tarball,