[PR #6087] [MERGED] modif: lookup xauth in PATH #5822

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6087
Author: @chestnykh
Created: 11/13/2023
Status: Merged
Merged: 11/24/2023
Merged by: @netblue30

Base: masterHead: issue-6006


📝 Commits (1)

📊 Changes

2 files changed (+23 additions, -13 deletions)

View changed files

📝 src/firejail/fs_lib2.c (+5 -1)
📝 src/firejail/x11.c (+18 -12)

📄 Description

Don't use hardcoded /usr/bin/xauth,
iterate over directories inside PATH instead.

This fixes https://github.com/netblue30/firejail/issues/6006


🔄 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/6087 **Author:** [@chestnykh](https://github.com/chestnykh) **Created:** 11/13/2023 **Status:** ✅ Merged **Merged:** 11/24/2023 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `issue-6006` --- ### 📝 Commits (1) - [`407c05e`](https://github.com/netblue30/firejail/commit/407c05ebefe23e725f858b6170b3e52659e044a2) Lookup xauth in PATH. ### 📊 Changes **2 files changed** (+23 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/fs_lib2.c` (+5 -1) 📝 `src/firejail/x11.c` (+18 -12) </details> ### 📄 Description Don't use hardcoded `/usr/bin/xauth`, iterate over directories inside PATH instead. This fixes https://github.com/netblue30/firejail/issues/6006 --- <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:45:35 -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#5822
No description provided.