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