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
This commit is contained in:
glitsj16 2019-12-16 02:59:08 +00:00 committed by GitHub
parent e4e6780f5c
commit 2ec700c4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 132 additions and 0 deletions

11
etc/gzexe.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for gzexe
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include gzexe.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/uncompress.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for uncompress
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include uncompress.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zcat.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zcat
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zcat.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zcmp.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zcmp
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zcmp.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zdiff.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zdiff
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zdiff.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zegrep.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zegrep
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zegrep.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zfgrep.profile Normal file
View file

@ -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

11
etc/zforce.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zforce
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zforce.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zgrep.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zgrep
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zgrep.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zless.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zless
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zless.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/zmore.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for zmore
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include zmore.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile

11
etc/znew.profile Normal file
View file

@ -0,0 +1,11 @@
# Firejail profile for znew
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include znew.local
# Persistent global definitions
# added by included profile
#include globals.local
# Redirect
include gzip.profile