aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/lbry-viewer.profile
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <>2022-08-21 15:05:47 +0200
committerLibravatar pirate486743186 <>2022-08-21 15:05:47 +0200
commit08715f60226d4ce456dc2ea4842d0566aa6b9ce1 (patch)
treed29112fa285609472b2573963167ea6f82a2e368 /etc/profile-a-l/lbry-viewer.profile
parentbuild(deps): bump github/codeql-action from 2.1.16 to 2.1.17 (diff)
downloadfirejail-08715f60226d4ce456dc2ea4842d0566aa6b9ce1.tar.gz
firejail-08715f60226d4ce456dc2ea4842d0566aa6b9ce1.tar.zst
firejail-08715f60226d4ce456dc2ea4842d0566aa6b9ce1.zip
lbry-viewer.profile create
Diffstat (limited to 'etc/profile-a-l/lbry-viewer.profile')
-rw-r--r--etc/profile-a-l/lbry-viewer.profile21
1 files changed, 21 insertions, 0 deletions
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