mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #536] [MERGED] Enable using the NO_NEW_PRIVS prctl(2) flag #3659
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#3659
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/536
Author: @KellerFuchs
Created: 5/25/2016
Status: ✅ Merged
Merged: 5/25/2016
Merged by: @netblue30
Base:
master← Head:no_new_privs📝 Commits (4)
178f649sandbox: Add NO_NEW_PRIVS inconditionally0688847Make NO_NEW_PRIVS configurable2cecda8Document nonewprivs1c0428dAdd force-nonewprivs setting📊 Changes
11 files changed (+72 additions, -1 deletions)
View changed files
📝
README.md(+7 -0)📝
etc/firejail.config(+6 -0)📝
src/firejail/checkcfg.c(+11 -0)📝
src/firejail/firejail.h(+3 -1)📝
src/firejail/main.c(+4 -0)📝
src/firejail/profile.c(+4 -0)📝
src/firejail/sandbox.c(+13 -0)📝
src/firejail/usage.c(+3 -0)📝
src/man/firejail-config.txt(+8 -0)📝
src/man/firejail-profile.txt(+6 -0)📝
src/man/firejail.txt(+7 -0)📄 Description
Judicious use of
no_new_privscan both:force-nonewprivssystem-wide.This PR introduces the support for
NO_NEW_PRIVSand makes it configurable through thenonewprivdirective, documents it, and introduces aforce-nonewprivsconfiguration item.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.