aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-12 12:16:55 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-12 12:16:55 +0000
commitb0d6f0201fd7e4e00952825c874e0245b490290d (patch)
tree85ee7b4c4956e347fc645e528a3f5c08aa37afc2 /etc
parentviewnior is completely broken with 'hostname viewnior' (#2573) (diff)
downloadfirejail-b0d6f0201fd7e4e00952825c874e0245b490290d.tar.gz
firejail-b0d6f0201fd7e4e00952825c874e0245b490290d.tar.zst
firejail-b0d6f0201fd7e4e00952825c874e0245b490290d.zip
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
Diffstat (limited to 'etc')
-rw-r--r--etc/lrunzip.profile12
-rw-r--r--etc/lrz.profile12
-rw-r--r--etc/lrzcat.profile12
-rw-r--r--etc/lrzip.profile12
-rw-r--r--etc/lrztar.profile12
-rw-r--r--etc/lrzuntar.profile12
-rw-r--r--etc/zpaq.profile15
7 files changed, 87 insertions, 0 deletions
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 @@
1# Firejail profile for lrunzip
2# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lrunzip.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10
11# Redirect
12include 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 @@
1# Firejail profile for lrz
2# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lrz.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10
11# Redirect
12include 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 @@
1# Firejail profile for lrzcat
2# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lrzcat.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10
11# Redirect
12include 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 @@
1# Firejail profile for lrzip
2# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lrzip.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10
11# Redirect
12include 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 @@
1# Firejail profile for lrztar
2# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lrztar.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10
11# Redirect
12include 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 @@
1# Firejail profile for lrzuntar
2# Description: Multi-threaded compression with rzip/lzma, lzo and zpaq
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lrzuntar.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10
11# Redirect
12include 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 @@
1# Firejail profile for zpaq
2# Description: Programmable file compressor, library and utilities. Based on the PAQ compression algorithm.
3# This file is overwritten after every install/update
4# Persistent local customizations
5include zpaq.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# mdwx breaks 'list' functionality
11ignore memory-deny-write-execute
12
13
14# Redirect
15include cpio.profile