aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-08-29 07:37:35 -0400
committerLibravatar GitHub <noreply@github.com>2022-08-29 07:37:35 -0400
commit18be7a1f9625b870b781748f74458220de03c8a7 (patch)
tree201a0b0ae42286862dae8edcbb0354b012c1b96d /etc/profile-a-l
parentMerge pull request #5344 from kmk3/docs-symlink-handling (diff)
parentlbry-viewer.profile create (diff)
downloadfirejail-18be7a1f9625b870b781748f74458220de03c8a7.tar.gz
firejail-18be7a1f9625b870b781748f74458220de03c8a7.tar.zst
firejail-18be7a1f9625b870b781748f74458220de03c8a7.zip
Merge pull request #5331 from pirate486743186/lbry-viewer.profile-create
lbry-viewer.profile create
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/gtk-lbry-viewer.profile12
-rw-r--r--etc/profile-a-l/lbry-viewer.profile21
2 files changed, 33 insertions, 0 deletions
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 @@
1# Firejail profile for gtk-lbry-viewer
2# Description: Gtk front-end to lbry-viewer
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gtk-lbry-viewer.local
6# added by included profile
7#include globals.local
8
9ignore quiet
10
11# Redirect
12include 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 @@
1# Firejail profile for lbry-viewer
2# Description:CLI viewer for searching and playing videos from LBRY, with the Librarian frontend
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include lbry-viewer.local
7# Persistent global definitions
8include globals.local
9
10noblacklist ${HOME}/.cache/lbry-viewer
11noblacklist ${HOME}/.config/lbry-viewer
12
13mkdir ${HOME}/.config/lbry-viewer
14mkdir ${HOME}/.cache/lbry-viewer
15whitelist ${HOME}/.cache/lbry-viewer
16whitelist ${HOME}/.config/lbry-viewer
17
18private-bin gtk-lbry-viewer,lbry-viewer
19
20# Redirect
21include youtube-viewers-common.profile