[PR #6659] [CLOSED] profiles: thunderbird: fix access to wayland socket #6105

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6659
Author: @sudoAlphaX
Created: 2/22/2025
Status: Closed

Base: masterHead: thunderbird-wayland


📝 Commits (1)

  • 6ca0771 profiles: thunderbird: allow access to runuser for wayland

📊 Changes

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

View changed files

📝 etc/profile-m-z/thunderbird.profile (+0 -2)

📄 Description

Denying access to ${RUNUSER} (/run/user/$(id -u)) denies access to
Wayland socket which results in thunderbird running under X11.

whitelist-runuser-common.inc is included in firefox-common.profile, which is
included by firefox.profile, which is in turn included by
thunderbird.profile. But it is ignored by the thunderbird.profile.
This patch removes the ignore whitelist-runuser-common.inc to allow
thunderbird to access wayland sockets.


🔄 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/6659 **Author:** [@sudoAlphaX](https://github.com/sudoAlphaX) **Created:** 2/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `thunderbird-wayland` --- ### 📝 Commits (1) - [`6ca0771`](https://github.com/netblue30/firejail/commit/6ca0771c6089802b0c88ac663f0a0db353a70f90) profiles: thunderbird: allow access to runuser for wayland ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/thunderbird.profile` (+0 -2) </details> ### 📄 Description Denying access to `${RUNUSER}` (`/run/user/$(id -u)`) denies access to Wayland socket which results in thunderbird running under X11. whitelist-runuser-common.inc is included in firefox-common.profile, which is included by firefox.profile, which is in turn included by thunderbird.profile. But it is ignored by the thunderbird.profile. This patch removes the ignore whitelist-runuser-common.inc to allow thunderbird to access wayland sockets. --- <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:50:50 -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#6105
No description provided.