From 73a310ce49c91f0884d05a8d2cd8c96c3c5447d3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 May 2017 17:09:28 -0400 Subject: developer keyring verification * gpg keyrings in /usr/share/debug-me/ will be checked to see if a connecting person is a known developer of software installed on the system, and so implicitly trusted already. Software packages/projects can install keyrings to that location. (Thanks to Sean Whitton for the idea.) * make install will install /usr/share/debug-me/debug-me_developer.gpg, which contains the key of Joey Hess. (stack and cabal installs don't include this file because they typically don't install system-wide) * debug-me.cabal: Added dependency on time. This commit was sponsored by Francois Marier on Patreon. --- developer-keyring.gpg | Bin 0 -> 5646 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 developer-keyring.gpg (limited to 'developer-keyring.gpg') diff --git a/developer-keyring.gpg b/developer-keyring.gpg new file mode 100644 index 0000000..9ca0ee1 Binary files /dev/null and b/developer-keyring.gpg differ -- cgit v1.2.3