mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6660] [MERGED] feature: block /dev/ntsync & add keep-dev-ntsync command #6107
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
1f8c05cfeature: 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:
keep-dev-ntsynccommand to allow access to /dev/ntsync (evenif
private-devis used)keep-dev-ntsyncto wine.profile and similar profilesCloses #6655.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.