aboutsummaryrefslogtreecommitdiffstats
path: root/etc/checkbashisms.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/checkbashisms.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/checkbashisms.profile')
-rw-r--r--etc/checkbashisms.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/checkbashisms.profile b/etc/checkbashisms.profile
index c66776b9f..e15131dca 100644
--- a/etc/checkbashisms.profile
+++ b/etc/checkbashisms.profile
@@ -7,6 +7,8 @@ include checkbashisms.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist ${RUNUSER}/wayland-*
11
10noblacklist ${DOCUMENTS} 12noblacklist ${DOCUMENTS}
11 13
12# Allow perl (blacklisted by disable-interpreters.inc) 14# Allow perl (blacklisted by disable-interpreters.inc)