From 5164001b7386790c40d71bac347f17bd9d902805 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 13 Jan 2021 06:45:50 +0000 Subject: add new profiles: lsar & unar (ar redirects) (#3886) * Create lsar.profile * Create unar.profile * new profiles lsar & unar --- README.md | 2 +- etc/profile-a-l/lsar.profile | 13 +++++++++++++ etc/profile-m-z/unar.profile | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 etc/profile-a-l/lsar.profile create mode 100644 etc/profile-m-z/unar.profile diff --git a/README.md b/README.md index e9e3ca106..723223c92 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,4 @@ Stats: ### New profiles: -spectacle, 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 +spectacle, 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 @@ +# Firejail profile for lsar +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include lsar.local +# Persistent global definitions +# added by included profile +#include globals.local + +private-bin lsar + +# Redirect +include 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 @@ +# Firejail profile for unar +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include unar.local +# Persistent global definitions +# added by included profile +#include globals.local + +private-bin unar + +# Redirect +include ar.profile -- cgit v1.2.3-70-g09d2