aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/lz4.profile11
-rw-r--r--etc/profile-a-l/lz4c.profile11
-rw-r--r--etc/profile-a-l/lz4cat.profile11
-rw-r--r--etc/profile-m-z/unlz4.profile11
4 files changed, 44 insertions, 0 deletions
diff --git a/etc/profile-a-l/lz4.profile b/etc/profile-a-l/lz4.profile
new file mode 100644
index 000000000..5e4e416f1
--- /dev/null
+++ b/etc/profile-a-l/lz4.profile
@@ -0,0 +1,11 @@
1# Firejail profile for lz4
2# Description: Compress or decompress .lz4 files
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include lz4.local
7# Persistent global definitions
8include globals.local
9
10# Redirect
11include archiver-common.profile
diff --git a/etc/profile-a-l/lz4c.profile b/etc/profile-a-l/lz4c.profile
new file mode 100644
index 000000000..b05a81de1
--- /dev/null
+++ b/etc/profile-a-l/lz4c.profile
@@ -0,0 +1,11 @@
1# Firejail profile for lz4c
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include lz4c.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include lz4.profile
diff --git a/etc/profile-a-l/lz4cat.profile b/etc/profile-a-l/lz4cat.profile
new file mode 100644
index 000000000..90e056b1b
--- /dev/null
+++ b/etc/profile-a-l/lz4cat.profile
@@ -0,0 +1,11 @@
1# Firejail profile for lz4cat
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include lz4cat.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include lz4.profile
diff --git a/etc/profile-m-z/unlz4.profile b/etc/profile-m-z/unlz4.profile
new file mode 100644
index 000000000..00e7496e4
--- /dev/null
+++ b/etc/profile-m-z/unlz4.profile
@@ -0,0 +1,11 @@
1# Firejail profile for unlz4
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include unlz4.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include lz4.profile