Skip to content

Commit

Permalink
profiles: firecfg: disable text editors
Browse files Browse the repository at this point in the history
Disable common general-purpose text editors.

They are likely to be the default OS text editor and users may want to
use them for editing most/all files, which could include common
sensitive files such as ~/.bashrc and profiles in ~/.config/firejail.

Fixes netblue30#6002.

Reported-by: @ilikenwf
  • Loading branch information
kmk3 committed Sep 14, 2024
1 parent eba4a1c commit 1e7b36f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ gcalccmd
gcloud
gconf-editor
gdu
geany
#geany # text editor
#geary # webkit2gtk-4.x requires bwrap (see #3647)
gedit
#gedit # text editor
geekbench
geeqie
geki2
Expand Down Expand Up @@ -463,7 +463,7 @@ kaffeine
kalgebra
kalgebramobile
karbon
kate
#kate text editor
kazam
kcalc
#kdeinit4
Expand Down Expand Up @@ -499,11 +499,11 @@ ktorrent
ktouch
kube
#kwin_x11
kwrite
#kwrite # text editor
lbreakouthd
lbry-viewer
lbry-viewer-gtk
leafpad
#leafpad # text editor
#less # breaks man
lettura
librecad
Expand Down

0 comments on commit 1e7b36f

Please sign in to comment.