[PR #5653] [MERGED] profiles: blacklist sendgmail config #5592

Closed
opened 2026-05-05 10:41:18 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5653
Author: @slowpeek
Created: 2/9/2023
Status: Merged
Merged: 2/14/2023
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

  • 57a2628 Blacklist sendgmail config

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 etc/inc/disable-programs.inc (+2 -0)

📄 Description

Upd: fix typo in commit message

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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5653 **Author:** [@slowpeek](https://github.com/slowpeek) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 2/14/2023 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`57a2628`](https://github.com/netblue30/firejail/commit/57a2628281af7bb92db45b14a0968988bbd55d8f) Blacklist sendgmail config ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+2 -0) </details> ### 📄 Description **Upd**: fix typo in commit message 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:41:18 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5592
No description provided.