aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-03-05 08:54:34 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-05 08:54:34 +0000
commitea62569ce6e1f9b1f8fc651e1ee867fe4bd1cd64 (patch)
tree0c62cb2863905ba602ac24a6e1dfd6367172f9d7 /etc/profile-a-l
parentgnome-boxes: deny access to /usr/libexec (#6239) (diff)
downloadfirejail-ea62569ce6e1f9b1f8fc651e1ee867fe4bd1cd64.tar.gz
firejail-ea62569ce6e1f9b1f8fc651e1ee867fe4bd1cd64.tar.zst
firejail-ea62569ce6e1f9b1f8fc651e1ee867fe4bd1cd64.zip
New profiles: lz4 and redirects (#6241)
Diffstat (limited to 'etc/profile-a-l')
-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
3 files changed, 33 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