mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: disable-common: sort list of terminal emulators
This amends commit cbf43089f ("update the list of terminal emulators
that can be used for sandbox escape", 2026-01-19).
This commit is contained in:
parent
0b21f8dce0
commit
c8a67075bf
1 changed files with 5 additions and 5 deletions
|
|
@ -654,23 +654,23 @@ blacklist /tmp/tmux-*
|
|||
# qterminal, terminator, terminology, termit, tilda,
|
||||
# tilix, rxvt, rxvt-unicode, urxvt, xfce4-terminal, xterm
|
||||
# Tested on Debian and Fedora Jan 2026
|
||||
blacklist ${PATH}/gnome-terminal
|
||||
blacklist ${PATH}/gnome-terminal.wrapper
|
||||
blacklist ${PATH}/pantheon-terminal
|
||||
blacklist ${PATH}/foot
|
||||
blacklist ${PATH}/footserver
|
||||
blacklist ${PATH}/gnome-terminal
|
||||
blacklist ${PATH}/gnome-terminal.wrapper
|
||||
blacklist ${PATH}/lxterminal
|
||||
blacklist ${PATH}/pantheon-terminal
|
||||
blacklist ${PATH}/ptyxis
|
||||
blacklist ${PATH}/roxterm
|
||||
blacklist ${PATH}/roxterm-config
|
||||
blacklist ${PATH}/terminix
|
||||
blacklist ${PATH}/urxvtc
|
||||
blacklist ${PATH}/urxvtd
|
||||
blacklist ${PATH}/urxvtcd
|
||||
blacklist ${PATH}/urxvtd
|
||||
# Drop-down terminals running in single-session mode
|
||||
blacklist ${PATH}/guake
|
||||
blacklist ${PATH}/yakuake
|
||||
blacklist ${PATH}/termius
|
||||
blacklist ${PATH}/yakuake
|
||||
|
||||
# kernel files
|
||||
blacklist /initrd*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue