aboutsummaryrefslogtreecommitdiffstats
path: root/etc/shellcheck.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-17 17:11:20 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 11:25:55 +0100
commit634cf3b49a4583439c30224b28f5965ffdb3178e (patch)
tree565604f1d3fccfb2c3068a69c4ae13080d7916ac /etc/shellcheck.profile
parentadd 'blacklist ${RUNUSER}/wayland-*' to all profi… (diff)
downloadfirejail-634cf3b49a4583439c30224b28f5965ffdb3178e.tar.gz
firejail-634cf3b49a4583439c30224b28f5965ffdb3178e.tar.zst
firejail-634cf3b49a4583439c30224b28f5965ffdb3178e.zip
add 'blacklist ${RUNUSER}/wayland-*' to all profi…
…les with 'x11 none'
Diffstat (limited to 'etc/shellcheck.profile')
-rw-r--r--etc/shellcheck.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/shellcheck.profile b/etc/shellcheck.profile
index d26096c77..f8744bdf8 100644
--- a/etc/shellcheck.profile
+++ b/etc/shellcheck.profile
@@ -7,6 +7,8 @@ include shellcheck.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
12include disable-common.inc 14include disable-common.inc