From a24c466112f5d4d18b80dd9b6f64d745d8f1afaa Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 10 Dec 2019 20:00:57 +0000 Subject: gpg additions (#3077) * Add 'quiet' to gpg.profile * Add 'quiet' to gpg-agent.profile * Create gpg2.profile --- etc/gpg-agent.profile | 1 + etc/gpg.profile | 1 + etc/gpg2.profile | 13 +++++++++++++ 3 files changed, 15 insertions(+) create mode 100644 etc/gpg2.profile (limited to 'etc') diff --git a/etc/gpg-agent.profile b/etc/gpg-agent.profile index 36e50370e..c11773147 100644 --- a/etc/gpg-agent.profile +++ b/etc/gpg-agent.profile @@ -1,6 +1,7 @@ # Firejail profile for gpg-agent # Description: GNU privacy guard - cryptographic agent # This file is overwritten after every install/update +quiet # Persistent local customizations include gpg-agent.local # Persistent global definitions diff --git a/etc/gpg.profile b/etc/gpg.profile index 1ed5e484a..5eb18a0bc 100644 --- a/etc/gpg.profile +++ b/etc/gpg.profile @@ -1,6 +1,7 @@ # Firejail profile for gpg # Description: GNU Privacy Guard -- minimalist public key operations # This file is overwritten after every install/update +quiet # Persistent local customizations include gpg.local # Persistent global definitions diff --git a/etc/gpg2.profile b/etc/gpg2.profile new file mode 100644 index 000000000..b831b0f62 --- /dev/null +++ b/etc/gpg2.profile @@ -0,0 +1,13 @@ +# Firejail profile for gpg2 +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include gpg2.local +# Persistent global definitions +# added by included profile +#include globals.local + +# private-bin gpg2 + +# Redirect +include gpg.profile -- cgit v1.2.3-70-g09d2