mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6129] [MERGED] Revert "lookup xauth in PATH" #5838
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#5838
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/6129
Author: @kmk3
Created: 12/14/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @netblue30
Base:
master← Head:revert-lookup-xauth📝 Commits (1)
8f33e72Revert "Lookup xauth in PATH."📊 Changes
2 files changed (+13 additions, -23 deletions)
View changed files
📝
src/firejail/fs_lib2.c(+1 -5)📝
src/firejail/x11.c(+12 -18)📄 Description
This reverts commit
407c05ebef.If --private-lib is used (and firejail is configured with
--enable-private-lib), the following error occurs:
Given that it causes an uid assertion failure, the logic appears to not
be correct and the current behavior may be unsafe, so for now revert
that commit until the issue is properly addressed.
Relates to #6006 #6087.
Fixes #6113.
Cc: @chestnykh @hashelq
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.