[PR #1903] [MERGED] priv tweaks #4119

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1903
Author: @smitsohu
Created: 4/22/2018
Status: Merged
Merged: 4/23/2018
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

📊 Changes

3 files changed (+12 additions, -3 deletions)

View changed files

📝 src/firejail/env.c (+0 -2)
📝 src/firejail/join.c (+5 -0)
📝 src/firejail/sandbox.c (+7 -1)

📄 Description

Lowering privileges for setting cpu affinity was no primary objective, it just turned out to be possible (from man sched_setaffinity: The caller needs an effective user ID equal to the real user ID or effective user ID of the thread identified by pid, or it must possess the CAP_SYS_NICE capability)


🔄 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/1903 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 4/22/2018 **Status:** ✅ Merged **Merged:** 4/23/2018 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3f2ac1d`](https://github.com/netblue30/firejail/commit/3f2ac1d5cd873c57042ea6f8d88c74e24e9dee37) priv tweaks ### 📊 Changes **3 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/env.c` (+0 -2) 📝 `src/firejail/join.c` (+5 -0) 📝 `src/firejail/sandbox.c` (+7 -1) </details> ### 📄 Description Lowering privileges for setting cpu affinity was no primary objective, it just turned out to be possible (from `man sched_setaffinity`: The caller needs an effective user ID equal to the real user ID or effective user ID of the thread identified by pid, or it must possess the CAP_SYS_NICE capability) --- <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:14:06 -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#4119
No description provided.