From 097aba97d8cb0a848f1f21018f65c58d48ef3cb2 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 14 Mar 2019 12:01:43 +0000 Subject: Hardening compressors (#2594) * Harden atool * Harden cpio * Fix ordering in private-* options * Harden gzip * Harden tar * Harden bsdtar * Harden+ tar * Harden+ gzip * Harden+ cpio * Create bzip2.profile * Description for bunzip2 * Add bzip2/bunzip2 to firecfg --- etc/bzip2.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/bzip2.profile (limited to 'etc/bzip2.profile') diff --git a/etc/bzip2.profile b/etc/bzip2.profile new file mode 100644 index 000000000..0f2fdd35a --- /dev/null +++ b/etc/bzip2.profile @@ -0,0 +1,11 @@ +# Firejail profile for bzip2 +# Description: A high-quality data compression program +# This file is overwritten after every install/update +# Persistent local customizations +include bzip2.local +# Persistent global definitions +# added by included profile +#include globals.local + +# Redirect +include gzip.profile -- cgit v1.2.3-54-g00ecf