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 19, 2024
1 parent f833a49 commit 07ea54c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 (see #6002)
#geary # webkit2gtk-4.x requires bwrap (see #3647)
gedit
#gedit # text editor (see #6002)
geekbench
geeqie
geki2
Expand Down Expand Up @@ -463,7 +463,7 @@ kaffeine
kalgebra
kalgebramobile
karbon
kate
#kate # text editor (see #6002)
kazam
kcalc
#kdeinit4
Expand Down Expand Up @@ -499,11 +499,11 @@ ktorrent
ktouch
kube
#kwin_x11
kwrite
#kwrite # text editor (see #6002)
lbreakouthd
lbry-viewer
lbry-viewer-gtk
leafpad
#leafpad # text editor (see #6002)
#less # breaks man
lettura
librecad
Expand Down Expand Up @@ -588,7 +588,7 @@ minitube
mirage
mirrormagic
mocp
mousepad
#mousepad # text editor (see #6002)
mov-cli
mp3splt
mp3splt-gtk
Expand Down Expand Up @@ -722,7 +722,7 @@ pix
planmaker18
planmaker18free
playonlinux
pluma
#pluma # text editor (see #6002)
plv
pngquant
polari
Expand Down Expand Up @@ -992,7 +992,7 @@ x2goclient
xbill
xcalc
xchat
xed
#xed # text editor (see #6002)
xfburn
xfce4-dict
xfce4-mixer
Expand Down

0 comments on commit 07ea54c

Please sign in to comment.