mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Prevent tmux connecting to an existing session
This commit is contained in:
parent
53c8cc0ae0
commit
a7a2d51441
1 changed files with 2 additions and 0 deletions
|
|
@ -213,6 +213,8 @@ blacklist /usr/lib64/virtualbox
|
|||
|
||||
# prevent lxterminal connecting to an existing lxterminal session
|
||||
blacklist /tmp/.lxterminal-socket*
|
||||
# prevent tmux connecting to an existing session
|
||||
blacklist /tmp/tmux-*
|
||||
|
||||
# disable terminals running as server resulting in sandbox escape
|
||||
blacklist ${PATH}/gnome-terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue