[PR #6660] [MERGED] feature: block /dev/ntsync & add keep-dev-ntsync command #6107

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6660
Author: @weebnix
Created: 2/22/2025
Status: Merged
Merged: 3/6/2025
Merged by: @kmk3

Base: masterHead: master


📝 Commits (1)

  • 1f8c05c feature: block /dev/ntsync & add keep-dev-ntsync command

📊 Changes

15 files changed (+54 additions, -2 deletions)

View changed files

📝 contrib/syntax/lists/profile_commands_arg0.list (+1 -0)
📝 etc/profile-a-l/lutris.profile (+1 -0)
📝 etc/profile-m-z/noprofile.profile (+1 -0)
📝 etc/profile-m-z/steam.profile (+1 -0)
📝 etc/profile-m-z/wine.profile (+1 -0)
📝 etc/templates/profile.template (+1 -0)
📝 src/firejail/firejail.h (+2 -0)
📝 src/firejail/fs_dev.c (+14 -2)
📝 src/firejail/main.c (+4 -0)
📝 src/firejail/profile.c (+4 -0)
📝 src/firejail/sandbox.c (+3 -0)
📝 src/firejail/usage.c (+1 -0)
📝 src/man/firejail-profile.5.in (+6 -0)
📝 src/man/firejail.1.in (+13 -0)
📝 src/zsh_completion/_firejail.in (+1 -0)

📄 Description

Changes:

  • Block access to /dev/ntsync by default
  • Add the keep-dev-ntsync command to allow access to /dev/ntsync (even
    if private-dev is used)
  • Add keep-dev-ntsync to wine.profile and similar profiles

Closes #6655.


🔄 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/6660 **Author:** [@weebnix](https://github.com/weebnix) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1f8c05c`](https://github.com/netblue30/firejail/commit/1f8c05cc42811c8a4601c0a0f43e1ac92475b2fc) feature: block /dev/ntsync & add keep-dev-ntsync command ### 📊 Changes **15 files changed** (+54 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `contrib/syntax/lists/profile_commands_arg0.list` (+1 -0) 📝 `etc/profile-a-l/lutris.profile` (+1 -0) 📝 `etc/profile-m-z/noprofile.profile` (+1 -0) 📝 `etc/profile-m-z/steam.profile` (+1 -0) 📝 `etc/profile-m-z/wine.profile` (+1 -0) 📝 `etc/templates/profile.template` (+1 -0) 📝 `src/firejail/firejail.h` (+2 -0) 📝 `src/firejail/fs_dev.c` (+14 -2) 📝 `src/firejail/main.c` (+4 -0) 📝 `src/firejail/profile.c` (+4 -0) 📝 `src/firejail/sandbox.c` (+3 -0) 📝 `src/firejail/usage.c` (+1 -0) 📝 `src/man/firejail-profile.5.in` (+6 -0) 📝 `src/man/firejail.1.in` (+13 -0) 📝 `src/zsh_completion/_firejail.in` (+1 -0) </details> ### 📄 Description Changes: * Block access to /dev/ntsync by default * Add the `keep-dev-ntsync` command to allow access to /dev/ntsync (even if `private-dev` is used) * Add `keep-dev-ntsync` to wine.profile and similar profiles Closes #6655. --- <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:50:54 -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#6107
No description provided.