mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Blacklist rxvt after the blacklist of Perl.
rxvt needs Perl modules, thus does not work. And its blacklist is needed so that Firefox can run applications with Terminal=true in their .desktop file (depending on what is installed).
This commit is contained in:
parent
1d019d2c94
commit
ed5c259fcc
1 changed files with 9 additions and 0 deletions
|
|
@ -40,6 +40,15 @@ blacklist /usr/lib/perl*
|
|||
blacklist /usr/lib64/perl*
|
||||
blacklist /usr/share/perl*
|
||||
|
||||
# rxvt needs Perl modules, thus does not work. In particular, blacklisting
|
||||
# it is needed so that Firefox can run applications with Terminal=true in
|
||||
# their .desktop file (depending on what is installed). The reason is that
|
||||
# this is done via glib, which currently uses a hardcoded list of terminal
|
||||
# emulators:
|
||||
# https://gitlab.gnome.org/GNOME/glib/-/issues/338
|
||||
# And in this list, rxvt comes before xterm.
|
||||
blacklist ${PATH}/rxvt
|
||||
|
||||
# PHP
|
||||
blacklist ${PATH}/php*
|
||||
blacklist /usr/lib/php*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue