aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/youtube-dl-gui.profile
diff options
context:
space:
mode:
authorLibravatar Neo00001 <40570803+Neo00001@users.noreply.github.com>2021-03-11 18:22:07 +0000
committerLibravatar GitHub <noreply@github.com>2021-03-11 18:22:07 +0000
commitab24b5cd16d144428873ed38e4580cd68bac2089 (patch)
treee4f4ac6c7e09b723fa26c9f302c2dc5340e94084 /etc/profile-m-z/youtube-dl-gui.profile
parentUpdate firecfg.config (diff)
downloadfirejail-ab24b5cd16d144428873ed38e4580cd68bac2089.tar.gz
firejail-ab24b5cd16d144428873ed38e4580cd68bac2089.tar.zst
firejail-ab24b5cd16d144428873ed38e4580cd68bac2089.zip
Create youtube-dl-gui.profile
Diffstat (limited to 'etc/profile-m-z/youtube-dl-gui.profile')
-rw-r--r--etc/profile-m-z/youtube-dl-gui.profile58
1 files changed, 58 insertions, 0 deletions
diff --git a/etc/profile-m-z/youtube-dl-gui.profile b/etc/profile-m-z/youtube-dl-gui.profile
new file mode 100644
index 000000000..725fefc72
--- /dev/null
+++ b/etc/profile-m-z/youtube-dl-gui.profile
@@ -0,0 +1,58 @@
1# Firejail profile for youtube-dl-gui
2# Description: A cross platform front-end GUI of the popular youtube-dl media downloader
3include youtube-dl-gui.local
4# This file is overwritten after every install/update
5include globals.local
6
7#These are blacklisted by disable-interpreters.inc
8include allow-python2.inc
9include allow-python3.inc
10
11noblacklist ${HOME}/.config/youtube-dlg
12noblacklist ${VIDEOS}
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20include disable-shell.inc
21include disable-xdg.inc
22
23mkdir ${HOME}/.config/youtube-dlg
24whitelist ${HOME}/.config/youtube-dlg
25whitelist ${VIDEOS}
26include whitelist-common.inc
27include whitelist-runuser-common.inc
28include whitelist-usr-share-common.inc
29include whitelist-var-common.inc
30
31apparmor
32caps.drop all
33machine-id
34netfilter
35no3d
36nodvd
37nogroups
38nonewprivs
39noroot
40nosound
41notv
42nou2f
43novideo
44protocol unix,inet,inet6
45seccomp
46seccomp.block-secondary
47shell none
48tracelog
49
50disable-mnt
51private-bin atomicparsley,ffmpeg,ffprobe,python*,youtube-dl-gui
52private-cache
53private-dev
54private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,locale,locale.conf,passwd,pki,resolv.conf,ssl
55rivate-tmp
56
57dbus-user none
58dbus-system none