From 08715f60226d4ce456dc2ea4842d0566aa6b9ce1 Mon Sep 17 00:00:00 2001 From: pirate486743186 <> Date: Sun, 21 Aug 2022 15:05:47 +0200 Subject: lbry-viewer.profile create --- etc/profile-a-l/gtk-lbry-viewer.profile | 12 ++++++++++++ etc/profile-a-l/lbry-viewer.profile | 21 +++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 etc/profile-a-l/gtk-lbry-viewer.profile create mode 100644 etc/profile-a-l/lbry-viewer.profile (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/gtk-lbry-viewer.profile b/etc/profile-a-l/gtk-lbry-viewer.profile new file mode 100644 index 000000000..e1fb53b16 --- /dev/null +++ b/etc/profile-a-l/gtk-lbry-viewer.profile @@ -0,0 +1,12 @@ +# Firejail profile for gtk-lbry-viewer +# Description: Gtk front-end to lbry-viewer +# This file is overwritten after every install/update +# Persistent local customizations +include gtk-lbry-viewer.local +# added by included profile +#include globals.local + +ignore quiet + +# Redirect +include lbry-viewer.profile diff --git a/etc/profile-a-l/lbry-viewer.profile b/etc/profile-a-l/lbry-viewer.profile new file mode 100644 index 000000000..b014cca5e --- /dev/null +++ b/etc/profile-a-l/lbry-viewer.profile @@ -0,0 +1,21 @@ +# Firejail profile for lbry-viewer +# Description:CLI viewer for searching and playing videos from LBRY, with the Librarian frontend +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include lbry-viewer.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/lbry-viewer +noblacklist ${HOME}/.config/lbry-viewer + +mkdir ${HOME}/.config/lbry-viewer +mkdir ${HOME}/.cache/lbry-viewer +whitelist ${HOME}/.cache/lbry-viewer +whitelist ${HOME}/.config/lbry-viewer + +private-bin gtk-lbry-viewer,lbry-viewer + +# Redirect +include youtube-viewers-common.profile -- cgit v1.2.3-70-g09d2