From 2ec700c4bebd96026be714f6e88b0809b8b38208 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 16 Dec 2019 02:59:08 +0000 Subject: Add gzip redirect profiles (#3083) * Create gzexe.profile * Create uncompress.profile * Create zcat.profile * Create zcmp.profile * Create zdiff.profile * Create zegrep.profile * Create zfgrep.profile * Create zforce.profile * Create zgrep.profile * Create zless.profile * Create zmore.profile * Create znew.profile --- etc/zfgrep.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/zfgrep.profile (limited to 'etc/zfgrep.profile') diff --git a/etc/zfgrep.profile b/etc/zfgrep.profile new file mode 100644 index 000000000..73b22f2e8 --- /dev/null +++ b/etc/zfgrep.profile @@ -0,0 +1,11 @@ +# Firejail profile for zfgrep +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include zfgrep.local +# Persistent global definitions +# added by included profile +#include globals.local + +# Redirect +include gzip.profile -- cgit v1.2.3-54-g00ecf