mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #538] [MERGED] Extend profiles to use the new nonewprivs feature #3660
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#3660
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/538
Author: @KellerFuchs
Created: 5/25/2016
Status: ✅ Merged
Merged: 5/26/2016
Merged by: @netblue30
Base:
master← Head:no_new_profiles📝 Commits (2)
4125505midori.profile: Use nonewprivs and noroot845bd06profiles: Add nonewprivs where sensible📊 Changes
69 files changed (+70 additions, -2 deletions)
View changed files
📝
etc/0ad.profile(+1 -0)📝
etc/Mathematica.profile(+1 -0)📝
etc/abrowser.profile(+1 -0)📝
etc/atril.profile(+1 -0)📝
etc/audacious.profile(+1 -0)📝
etc/aweather.profile(+1 -0)📝
etc/bitlbee.profile(+1 -0)📝
etc/cherrytree.profile(+1 -0)📝
etc/clementine.profile(+1 -0)📝
etc/cmus.profile(+1 -0)📝
etc/conkeror.profile(+1 -0)📝
etc/cyberfox.profile(+1 -0)📝
etc/deadbeef.profile(+1 -0)📝
etc/default.profile(+1 -0)📝
etc/deluge.profile(+1 -0)📝
etc/dillo.profile(+1 -0)📝
etc/dnsmasq.profile(+1 -0)📝
etc/dropbox.profile(+1 -0)📝
etc/empathy.profile(+1 -0)📝
etc/epiphany.profile(+1 -1)...and 49 more files
📄 Description
This adds
nonewprivsin profiles where I thought it made sense.WARNING: I didn't test most profiles, simply because I don't use the corresponding software.
I'm only submitting this PR here so that other people know where it might be interesting to add
nonewprivs.One specific caveat deserves mention: some
sendmailimplementations are broken byNO_NEW_PRIVS, because they rely on the setgid bit to be able to write new mails directly in the mail queue, so in general this cannot be set on any program that may call (directly or not)sendmail.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.