From 7b37c90240d760d2ce6a73e11f3e9a12edeb5955 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 12 Aug 2019 17:24:55 +0200 Subject: add bzcat profile --- etc/bunzip2.profile | 1 + etc/bzcat.profile | 15 +++++++++++++++ etc/bzip2.profile | 1 + etc/gunzip.profile | 1 + 4 files changed, 18 insertions(+) create mode 100644 etc/bzcat.profile (limited to 'etc') diff --git a/etc/bunzip2.profile b/etc/bunzip2.profile index ff86cbdfc..37b47c2ce 100644 --- a/etc/bunzip2.profile +++ b/etc/bunzip2.profile @@ -1,6 +1,7 @@ # Firejail profile for bunzip2 # Description: A high-quality data compression program # This file is overwritten after every install/update +quiet # Persistent local customizations include bunzip2.local # Persistent global definitions diff --git a/etc/bzcat.profile b/etc/bzcat.profile new file mode 100644 index 000000000..edefb6bb8 --- /dev/null +++ b/etc/bzcat.profile @@ -0,0 +1,15 @@ +# Firejail profile for bzcat +# Description: A high-quality data compression program +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include bzcat.local +# Persistent global definitions +# added by included profile +#include globals.local + +ignore read-write +read-only ${HOME} + +# Redirect +include gzip.profile diff --git a/etc/bzip2.profile b/etc/bzip2.profile index 0f2fdd35a..0756e0537 100644 --- a/etc/bzip2.profile +++ b/etc/bzip2.profile @@ -1,6 +1,7 @@ # Firejail profile for bzip2 # Description: A high-quality data compression program # This file is overwritten after every install/update +quiet # Persistent local customizations include bzip2.local # Persistent global definitions diff --git a/etc/gunzip.profile b/etc/gunzip.profile index aff990ec0..6e97c6b78 100644 --- a/etc/gunzip.profile +++ b/etc/gunzip.profile @@ -1,5 +1,6 @@ # Firejail profile for gunzip # This file is overwritten after every install/update +quiet # Persistent local customizations include gunzip.local # Persistent global definitions -- cgit v1.2.3-54-g00ecf