[PR #4193] [MERGED] add passwd to private-etc #5059

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4193
Author: @ghost
Created: 4/14/2021
Status: Merged
Merged: 4/14/2021
Merged by: @undefined

Base: masterHead: quodlibet


📝 Commits (1)

  • 3451345 add passwd to private-etc

📊 Changes

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

View changed files

📝 etc/profile-m-z/quodlibet.profile (+1 -1)

📄 Description

Now we have the new quodlibet.profile I've tested its functionality on a setup where users only have exfalso, but not quodlibet. Both profiles are looking good, but I noticed the below error when firejailing exfalso:

...
/usr/lib/python3.9/site-packages/quodlibet/qltk/filesel.py:130: Warning: getpwuid_r(): failed due to unknown user id (1001)
...

Adding passwd to private-etc fixes this for uid's > 1000.


🔄 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/4193 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/14/2021 **Status:** ✅ Merged **Merged:** 4/14/2021 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `quodlibet` --- ### 📝 Commits (1) - [`3451345`](https://github.com/netblue30/firejail/commit/345134521896ef1ba47d33f0653c3ca5c582145d) add passwd to private-etc ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/quodlibet.profile` (+1 -1) </details> ### 📄 Description Now we have the new quodlibet.profile I've tested its functionality on a setup where users only have exfalso, but not quodlibet. Both profiles are looking good, but I noticed the below error when firejailing exfalso: ``` ... /usr/lib/python3.9/site-packages/quodlibet/qltk/filesel.py:130: Warning: getpwuid_r(): failed due to unknown user id (1001) ... ``` Adding `passwd` to private-etc fixes this for uid's > 1000. --- <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:31:33 -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#5059
No description provided.