[PR #753] [MERGED] Fix chmod/umask problem #3744

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/753
Author: @manevich
Created: 8/29/2016
Status: Merged
Merged: 8/30/2016
Merged by: @netblue30

Base: masterHead: fix


📝 Commits (2)

  • 18a1ae6 fix umask problem
  • ad9977e change errExit message to include filename

📊 Changes

6 files changed (+25 additions, -1 deletions)

View changed files

📝 src/firejail/appimage.c (+2 -0)
📝 src/firejail/fs.c (+8 -0)
📝 src/firejail/fs_bin.c (+2 -0)
📝 src/firejail/fs_dev.c (+10 -0)
📝 src/firejail/fs_etc.c (+2 -0)
📝 src/include/common.h (+1 -1)

📄 Description

Put back previously removed chmod calls.
Fixes https://github.com/netblue30/firejail/issues/749


🔄 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/753 **Author:** [@manevich](https://github.com/manevich) **Created:** 8/29/2016 **Status:** ✅ Merged **Merged:** 8/30/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `fix` --- ### 📝 Commits (2) - [`18a1ae6`](https://github.com/netblue30/firejail/commit/18a1ae6609c556aa433dc62fc5cd8685d2d612ea) fix umask problem - [`ad9977e`](https://github.com/netblue30/firejail/commit/ad9977e18dbe1c104a1cabb48ea2ef56b5d31449) change errExit message to include filename ### 📊 Changes **6 files changed** (+25 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/appimage.c` (+2 -0) 📝 `src/firejail/fs.c` (+8 -0) 📝 `src/firejail/fs_bin.c` (+2 -0) 📝 `src/firejail/fs_dev.c` (+10 -0) 📝 `src/firejail/fs_etc.c` (+2 -0) 📝 `src/include/common.h` (+1 -1) </details> ### 📄 Description Put back previously removed chmod calls. Fixes https://github.com/netblue30/firejail/issues/749 --- <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:07:07 -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#3744
No description provided.