From b0d6f0201fd7e4e00952825c874e0245b490290d Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 12 Mar 2019 12:16:55 +0000 Subject: Add new profiles for lrzip and friends (#2574) * Create lrunzip.profile * Create lrz.profile * Create lrzcat.profile * Create lrzip.profile * Create lrztar.profile * Create lrzuntar.profile * Create zpaq.profile * Add lrzip and friends to firecfg --- etc/lrunzip.profile | 12 ++++++++++++ etc/lrz.profile | 12 ++++++++++++ etc/lrzcat.profile | 12 ++++++++++++ etc/lrzip.profile | 12 ++++++++++++ etc/lrztar.profile | 12 ++++++++++++ etc/lrzuntar.profile | 12 ++++++++++++ etc/zpaq.profile | 15 +++++++++++++++ 7 files changed, 87 insertions(+) create mode 100644 etc/lrunzip.profile create mode 100644 etc/lrz.profile create mode 100644 etc/lrzcat.profile create mode 100644 etc/lrzip.profile create mode 100644 etc/lrztar.profile create mode 100644 etc/lrzuntar.profile create mode 100644 etc/zpaq.profile (limited to 'etc') diff --git a/etc/lrunzip.profile b/etc/lrunzip.profile new file mode 100644 index 000000000..96aeee770 --- /dev/null +++ b/etc/lrunzip.profile @@ -0,0 +1,12 @@ +# Firejail profile for lrunzip +# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq +# This file is overwritten after every install/update +# Persistent local customizations +include lrunzip.local +# Persistent global definitions +# added by included profile +#include globals.local + + +# Redirect +include cpio.profile diff --git a/etc/lrz.profile b/etc/lrz.profile new file mode 100644 index 000000000..03de48104 --- /dev/null +++ b/etc/lrz.profile @@ -0,0 +1,12 @@ +# Firejail profile for lrz +# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq +# This file is overwritten after every install/update +# Persistent local customizations +include lrz.local +# Persistent global definitions +# added by included profile +#include globals.local + + +# Redirect +include cpio.profile diff --git a/etc/lrzcat.profile b/etc/lrzcat.profile new file mode 100644 index 000000000..6d95c41a0 --- /dev/null +++ b/etc/lrzcat.profile @@ -0,0 +1,12 @@ +# Firejail profile for lrzcat +# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq +# This file is overwritten after every install/update +# Persistent local customizations +include lrzcat.local +# Persistent global definitions +# added by included profile +#include globals.local + + +# Redirect +include cpio.profile diff --git a/etc/lrzip.profile b/etc/lrzip.profile new file mode 100644 index 000000000..148d23393 --- /dev/null +++ b/etc/lrzip.profile @@ -0,0 +1,12 @@ +# Firejail profile for lrzip +# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq +# This file is overwritten after every install/update +# Persistent local customizations +include lrzip.local +# Persistent global definitions +# added by included profile +#include globals.local + + +# Redirect +include cpio.profile diff --git a/etc/lrztar.profile b/etc/lrztar.profile new file mode 100644 index 000000000..90327c2bb --- /dev/null +++ b/etc/lrztar.profile @@ -0,0 +1,12 @@ +# Firejail profile for lrztar +# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq +# This file is overwritten after every install/update +# Persistent local customizations +include lrztar.local +# Persistent global definitions +# added by included profile +#include globals.local + + +# Redirect +include cpio.profile diff --git a/etc/lrzuntar.profile b/etc/lrzuntar.profile new file mode 100644 index 000000000..6aa91cabd --- /dev/null +++ b/etc/lrzuntar.profile @@ -0,0 +1,12 @@ +# Firejail profile for lrzuntar +# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq +# This file is overwritten after every install/update +# Persistent local customizations +include lrzuntar.local +# Persistent global definitions +# added by included profile +#include globals.local + + +# Redirect +include cpio.profile diff --git a/etc/zpaq.profile b/etc/zpaq.profile new file mode 100644 index 000000000..6d4501e4f --- /dev/null +++ b/etc/zpaq.profile @@ -0,0 +1,15 @@ +# Firejail profile for zpaq +# Description: Programmable file compressor, library and utilities. Based on the PAQ compression algorithm. +# This file is overwritten after every install/update +# Persistent local customizations +include zpaq.local +# Persistent global definitions +# added by included profile +#include globals.local + +# mdwx breaks 'list' functionality +ignore memory-deny-write-execute + + +# Redirect +include cpio.profile -- cgit v1.2.3-54-g00ecf