aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc5
-rw-r--r--etc/profile-a-l/gallery-dl.profile17
-rw-r--r--etc/profile-m-z/youtube-viewers-common.profile2
-rw-r--r--etc/profile-m-z/yt-dlp.profile18
4 files changed, 41 insertions, 1 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index ea7c2ea82..9de781fb5 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -234,6 +234,7 @@ blacklist ${HOME}/.config/font-manager
234blacklist ${HOME}/.config/freecol 234blacklist ${HOME}/.config/freecol
235blacklist ${HOME}/.config/gajim 235blacklist ${HOME}/.config/gajim
236blacklist ${HOME}/.config/galculator 236blacklist ${HOME}/.config/galculator
237blacklist ${HOME}/.config/gallery-dl
237blacklist ${HOME}/.config/gconf 238blacklist ${HOME}/.config/gconf
238blacklist ${HOME}/.config/geany 239blacklist ${HOME}/.config/geany
239blacklist ${HOME}/.config/geary 240blacklist ${HOME}/.config/geary
@@ -455,6 +456,7 @@ blacklist ${HOME}/.config/youtube-dlg
455blacklist ${HOME}/.config/youtube-music-desktop-app 456blacklist ${HOME}/.config/youtube-music-desktop-app
456blacklist ${HOME}/.config/youtube-viewer 457blacklist ${HOME}/.config/youtube-viewer
457blacklist ${HOME}/.config/youtubemusic-nativefier-040164 458blacklist ${HOME}/.config/youtubemusic-nativefier-040164
459blacklist ${HOME}/.config/yt-dlp
458blacklist ${HOME}/.config/zathura 460blacklist ${HOME}/.config/zathura
459blacklist ${HOME}/.config/zim 461blacklist ${HOME}/.config/zim
460blacklist ${HOME}/.config/zoomus.conf 462blacklist ${HOME}/.config/zoomus.conf
@@ -492,6 +494,7 @@ blacklist ${HOME}/.freemind
492blacklist ${HOME}/.frogatto 494blacklist ${HOME}/.frogatto
493blacklist ${HOME}/.frozen-bubble 495blacklist ${HOME}/.frozen-bubble
494blacklist ${HOME}/.funnyboat 496blacklist ${HOME}/.funnyboat
497blacklist ${HOME}/.gallery-dl.conf
495blacklist ${HOME}/.gimp* 498blacklist ${HOME}/.gimp*
496blacklist ${HOME}/.gist 499blacklist ${HOME}/.gist
497blacklist ${HOME}/.gitconfig 500blacklist ${HOME}/.gitconfig
@@ -940,6 +943,7 @@ blacklist ${HOME}/hyperrogue.ini
940blacklist ${HOME}/i2p 943blacklist ${HOME}/i2p
941blacklist ${HOME}/mps 944blacklist ${HOME}/mps
942blacklist ${HOME}/wallet.dat 945blacklist ${HOME}/wallet.dat
946blacklist ${HOME}/yt-dlp.conf
943blacklist ${RUNUSER}/*firefox* 947blacklist ${RUNUSER}/*firefox*
944blacklist /tmp/.wine-* 948blacklist /tmp/.wine-*
945blacklist /tmp/akonadi-* 949blacklist /tmp/akonadi-*
@@ -1119,4 +1123,5 @@ blacklist ${HOME}/.cache/yandex-browser
1119blacklist ${HOME}/.cache/yandex-browser-beta 1123blacklist ${HOME}/.cache/yandex-browser-beta
1120blacklist ${HOME}/.cache/youtube-dl 1124blacklist ${HOME}/.cache/youtube-dl
1121blacklist ${HOME}/.cache/youtube-viewer 1125blacklist ${HOME}/.cache/youtube-viewer
1126blacklist ${HOME}/.cache/yt-dlp
1122blacklist ${HOME}/.cache/zim 1127blacklist ${HOME}/.cache/zim
diff --git a/etc/profile-a-l/gallery-dl.profile b/etc/profile-a-l/gallery-dl.profile
new file mode 100644
index 000000000..b2f482835
--- /dev/null
+++ b/etc/profile-a-l/gallery-dl.profile
@@ -0,0 +1,17 @@
1# Firejail profile for gallery-dl
2# Description: Downloader of images from various sites
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include gallery-dl.local
7# Persistent global definitions
8include globals.local
9
10noblacklist ${HOME}/.config/gallery-dl
11noblacklist ${HOME}/.gallery-dl.conf
12
13private-bin gallery-dl
14private-etc gallery-dl.conf
15
16# Redirect
17include youtube-dl.profile
diff --git a/etc/profile-m-z/youtube-viewers-common.profile b/etc/profile-m-z/youtube-viewers-common.profile
index a6d8c164f..a05f05c51 100644
--- a/etc/profile-m-z/youtube-viewers-common.profile
+++ b/etc/profile-m-z/youtube-viewers-common.profile
@@ -50,7 +50,7 @@ shell none
50tracelog 50tracelog
51 51
52disable-mnt 52disable-mnt
53private-bin bash,ffmpeg,ffprobe,firefox,mpv,perl,python*,sh,smplayer,stty,wget,which,xterm,youtube-dl 53private-bin bash,ffmpeg,ffprobe,firefox,mpv,perl,python*,sh,smplayer,stty,wget,which,xterm,youtube-dl,yt-dlp
54private-cache 54private-cache
55private-dev 55private-dev
56private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,machine-id,mime.types,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl,X11,xdg 56private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,machine-id,mime.types,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl,X11,xdg
diff --git a/etc/profile-m-z/yt-dlp.profile b/etc/profile-m-z/yt-dlp.profile
new file mode 100644
index 000000000..ab90c837e
--- /dev/null
+++ b/etc/profile-m-z/yt-dlp.profile
@@ -0,0 +1,18 @@
1# Firejail profile for yt-dlp
2# Description: Downloader of videos of various sites
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include yt-dlp.local
7# Persistent global definitions
8include globals.local
9
10noblacklist ${HOME}/.cache/yt-dlp
11noblacklist ${HOME}/.config/yt-dlp
12noblacklist ${HOME}/yt-dlp.conf
13
14private-bin yt-dlp
15private-etc yt-dlp.conf
16
17# Redirect
18include youtube-dl.profile