mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Blacklist sendgmail config
sendgmail is a cli tool by Google that "uses Gmail in order to mimic sendmail for git send-email" as per its own description. In other words it is a basic sendmail replacement with OAuth2 support to send emails from Gmail accounts. https://github.com/google/gmail-oauth2-tools/tree/master/go/sendgmail Config files location depends on "xdg" build tag. Without the tag it would be "~/.sendgmail.*". With the tag it is either under "$XDG_CONFIG_HOME/sendgmail" if set or "~/.config/sendgmail" otherwise.
This commit is contained in:
parent
8983cff10a
commit
57a2628281
1 changed files with 2 additions and 0 deletions
|
|
@ -605,6 +605,7 @@ blacklist ${HOME}/.config/rpcs3
|
|||
blacklist ${HOME}/.config/rtv
|
||||
blacklist ${HOME}/.config/scribus
|
||||
blacklist ${HOME}/.config/scribusrc
|
||||
blacklist ${HOME}/.config/sendgmail
|
||||
blacklist ${HOME}/.config/sinew.in
|
||||
blacklist ${HOME}/.config/sink
|
||||
blacklist ${HOME}/.config/skypeforlinux
|
||||
|
|
@ -1107,6 +1108,7 @@ blacklist ${HOME}/.sbt
|
|||
blacklist ${HOME}/.scorched3d
|
||||
blacklist ${HOME}/.scribus
|
||||
blacklist ${HOME}/.scribusrc
|
||||
blacklist ${HOME}/.sendgmail.*
|
||||
blacklist ${HOME}/.simutrans
|
||||
blacklist ${HOME}/.smartgit/*/passwords
|
||||
blacklist ${HOME}/.ssr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue