aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-13 06:45:50 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-13 06:45:50 +0000
commit5164001b7386790c40d71bac347f17bd9d902805 (patch)
tree5f2628f50718eb37364a6cbd0741ff0db37152ea
parentrefactor nodejs applications (npm & yarn) (#3876) (diff)
downloadfirejail-5164001b7386790c40d71bac347f17bd9d902805.tar.gz
firejail-5164001b7386790c40d71bac347f17bd9d902805.tar.zst
firejail-5164001b7386790c40d71bac347f17bd9d902805.zip
add new profiles: lsar & unar (ar redirects) (#3886)
* Create lsar.profile * Create unar.profile * new profiles lsar & unar
-rw-r--r--README.md2
-rw-r--r--etc/profile-a-l/lsar.profile13
-rw-r--r--etc/profile-m-z/unar.profile13
3 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9e3ca106..723223c92 100644
--- a/README.md
+++ b/README.md
@@ -195,4 +195,4 @@ Stats:
195 195
196### New profiles: 196### New profiles:
197 197
198spectacle, chromium-browser-privacy, gtk-straw-viewer, gtk-youtube-viewer, gtk2-youtube-viewer, gtk3-youtube-viewer, straw-viewer, lutris, dolphin-emu, authenticator-rs, servo, tutanota-desktop, npm, marker, yarn 198spectacle, chromium-browser-privacy, gtk-straw-viewer, gtk-youtube-viewer, gtk2-youtube-viewer, gtk3-youtube-viewer, straw-viewer, lutris, dolphin-emu, authenticator-rs, servo, tutanota-desktop, npm, marker, yarn, lsarn unar
diff --git a/etc/profile-a-l/lsar.profile b/etc/profile-a-l/lsar.profile
new file mode 100644
index 000000000..faf5bb7f9
--- /dev/null
+++ b/etc/profile-a-l/lsar.profile
@@ -0,0 +1,13 @@
1# Firejail profile for lsar
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include lsar.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10private-bin lsar
11
12# Redirect
13include ar.profile
diff --git a/etc/profile-m-z/unar.profile b/etc/profile-m-z/unar.profile
new file mode 100644
index 000000000..0226a7de8
--- /dev/null
+++ b/etc/profile-m-z/unar.profile
@@ -0,0 +1,13 @@
1# Firejail profile for unar
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include unar.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10private-bin unar
11
12# Redirect
13include ar.profile