aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tshark.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/tshark.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/tshark.profile')
-rw-r--r--etc/profile-m-z/tshark.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-m-z/tshark.profile b/etc/profile-m-z/tshark.profile
index f2273e6a7..fab45a334 100644
--- a/etc/profile-m-z/tshark.profile
+++ b/etc/profile-m-z/tshark.profile
@@ -7,8 +7,9 @@ include tshark.local
7# added by included profile 7# added by included profile
8#include globals.local 8#include globals.local
9 9
10blacklist /tmp/.X11-unix
11blacklist ${RUNUSER} 10blacklist ${RUNUSER}
12 11
12include disable-X11.inc
13
13# Redirect 14# Redirect
14include wireshark.profile 15include wireshark.profile