aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-03-02 19:49:01 +0100
committerLibravatar GitHub <noreply@github.com>2021-03-02 19:49:01 +0100
commit7479f7b7a6b96f6199410cb60e24959474837722 (patch)
tree4667663de5ab5836f8183f169b1fe23945b2920f /etc/profile-m-z
parentMerge pull request #4031 from glitsj16/firefox-common-addons (diff)
parentinclude rtv-addons.local (diff)
downloadfirejail-7479f7b7a6b96f6199410cb60e24959474837722.tar.gz
firejail-7479f7b7a6b96f6199410cb60e24959474837722.tar.zst
firejail-7479f7b7a6b96f6199410cb60e24959474837722.zip
Merge pull request #4016 from pirate486743186/patch-5
Create rtv-addons.inc
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/rtv-addons.profile23
-rw-r--r--etc/profile-m-z/rtv.profile5
2 files changed, 28 insertions, 0 deletions
diff --git a/etc/profile-m-z/rtv-addons.profile b/etc/profile-m-z/rtv-addons.profile
new file mode 100644
index 000000000..c9da0b628
--- /dev/null
+++ b/etc/profile-m-z/rtv-addons.profile
@@ -0,0 +1,23 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include rtv-addons.local
4# You can configure rtv to open different type of links
5# in external applications. Configuration here:
6# https://github.com/michael-lazar/rtv#viewing-media-links
7# This include is meant to facilitate that configuration
8# with the use of a .local file.
9
10ignore nosound
11ignore private-bin
12ignore dbus-user none
13
14noblacklist ${HOME}/.config/mpv
15noblacklist ${HOME}/.mailcap
16noblacklist ${HOME}/.netrc
17noblacklist ${HOME}/.w3m
18
19whitelist ${HOME}/.cache/youtube-dl/youtube-sigfuncs
20whitelist ${HOME}/.config/mpv
21whitelist ${HOME}/.mailcap
22whitelist ${HOME}/.netrc
23whitelist ${HOME}/.w3m
diff --git a/etc/profile-m-z/rtv.profile b/etc/profile-m-z/rtv.profile
index 14740e05f..6f971b96b 100644
--- a/etc/profile-m-z/rtv.profile
+++ b/etc/profile-m-z/rtv.profile
@@ -16,6 +16,11 @@ noblacklist ${HOME}/.local/share/rtv
16include allow-python2.inc 16include allow-python2.inc
17include allow-python3.inc 17include allow-python3.inc
18 18
19# You can configure rtv to open different type of links
20# in external applications. Configuration here:
21# https://github.com/michael-lazar/rtv#viewing-media-links
22# Uncomment or put in rtv.local for external application support
23#include rtv-addons.profile
19include disable-common.inc 24include disable-common.inc
20include disable-devel.inc 25include disable-devel.inc
21include disable-exec.inc 26include disable-exec.inc