aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/yt-dlp.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-24 06:50:30 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-24 06:50:30 +0000
commiteaee3367d26059cc6d1adcd239cfdbba091ce73e (patch)
tree329ff4e2d3039ff65389f4225dbd8714ab867114 /etc/profile-m-z/yt-dlp.profile
parentprofiles: deny access to ~/.config/autostart (#6257) (diff)
parentprofiles: replace x11 socket blacklist with disable-X11.inc (diff)
downloadfirejail-eaee3367d26059cc6d1adcd239cfdbba091ce73e.tar.gz
firejail-eaee3367d26059cc6d1adcd239cfdbba091ce73e.tar.zst
firejail-eaee3367d26059cc6d1adcd239cfdbba091ce73e.zip
Merge pull request #6286 from kmk3/x11-none-improvements
profiles: replace x11 socket blacklist with disable-X11.inc
Diffstat (limited to 'etc/profile-m-z/yt-dlp.profile')
-rw-r--r--etc/profile-m-z/yt-dlp.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/yt-dlp.profile b/etc/profile-m-z/yt-dlp.profile
index 97f9e620a..6dd9d03a3 100644
--- a/etc/profile-m-z/yt-dlp.profile
+++ b/etc/profile-m-z/yt-dlp.profile
@@ -29,7 +29,6 @@ noblacklist ${VIDEOS}
29# Allow python (blacklisted by disable-interpreters.inc) 29# Allow python (blacklisted by disable-interpreters.inc)
30include allow-python3.inc 30include allow-python3.inc
31 31
32blacklist /tmp/.X11-unix
33blacklist ${RUNUSER} 32blacklist ${RUNUSER}
34 33
35include disable-common.inc 34include disable-common.inc
@@ -38,6 +37,7 @@ include disable-exec.inc
38include disable-interpreters.inc 37include disable-interpreters.inc
39include disable-programs.inc 38include disable-programs.inc
40include disable-shell.inc 39include disable-shell.inc
40include disable-X11.inc
41include disable-xdg.inc 41include disable-xdg.inc
42 42
43include whitelist-usr-share-common.inc 43include whitelist-usr-share-common.inc