aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wget.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 10:53:31 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-18 10:53:31 +0000
commitdead61dd2447a9583af8a0d240a4520aa692c79d (patch)
tree6646ef340158cf7df3e0f2affe677dfe49c7134c /etc/wget.profile
parent'blacklist /tmp/.X11-unix' is implied by x11 none (diff)
parentadd RUNUSER and Disable Wayland to the template (diff)
downloadfirejail-dead61dd2447a9583af8a0d240a4520aa692c79d.tar.gz
firejail-dead61dd2447a9583af8a0d240a4520aa692c79d.tar.zst
firejail-dead61dd2447a9583af8a0d240a4520aa692c79d.zip
Merge pull request #3161 from rusty-snake/bl-wayland
blacklist ${RUNUSER}/wayland-* in every profile with blacklist /tmp/.X11-unix or x11 none
Diffstat (limited to 'etc/wget.profile')
-rw-r--r--etc/wget.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/wget.profile b/etc/wget.profile
index c1f7dfc3f..401926e2d 100644
--- a/etc/wget.profile
+++ b/etc/wget.profile
@@ -12,6 +12,7 @@ noblacklist ${HOME}/.wget-hsts
12noblacklist ${HOME}/.wgetrc 12noblacklist ${HOME}/.wgetrc
13 13
14blacklist /tmp/.X11-unix 14blacklist /tmp/.X11-unix
15blacklist ${RUNUSER}/wayland-*
15 16
16include disable-common.inc 17include disable-common.inc
17include disable-devel.inc 18include disable-devel.inc