mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6659] [CLOSED] profiles: thunderbird: fix access to wayland socket #6105
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6659
Author: @sudoAlphaX
Created: 2/22/2025
Status: ❌ Closed
Base:
master← Head:thunderbird-wayland📝 Commits (1)
6ca0771profiles: 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 toWayland 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.