From e49f8885feafdac2eafd8dbde3c1c3274f535179 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 7 Oct 2023 20:47:09 +0000 Subject: tshark: CLI hardening (#6040) --- etc/profile-m-z/tshark.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/profile-m-z/tshark.profile b/etc/profile-m-z/tshark.profile index 3f5a9647e..f2273e6a7 100644 --- a/etc/profile-m-z/tshark.profile +++ b/etc/profile-m-z/tshark.profile @@ -7,5 +7,8 @@ include tshark.local # added by included profile #include globals.local +blacklist /tmp/.X11-unix +blacklist ${RUNUSER} + # Redirect include wireshark.profile -- cgit v1.2.3-54-g00ecf