mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3998] [MERGED] Upstreaming a set of fixes from Sailfish's packaging #4984
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#4984
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/3998
Author: @Tomin1
Created: 2/19/2021
Status: ✅ Merged
Merged: 2/24/2021
Merged by: @netblue30
Base:
master← Head:first_fixes📝 Commits (5)
80b73e7Fix symlinks that go though /proc/selfeeec209fcopy: Fix memory leaks70cc108sandbox: Do not leave file mounts underneath private-etc2e95e9eAdd missing linefeeds in stderr logging89ba89bAdd checks to fs_private_dir_mount📊 Changes
7 files changed (+96 additions, -15 deletions)
View changed files
📝
src/fcopy/main.c(+48 -8)📝
src/firejail/firejail.h(+2 -0)📝
src/firejail/fs_etc.c(+19 -1)📝
src/firejail/fs_mkdir.c(+2 -2)📝
src/firejail/main.c(+1 -1)📝
src/firejail/network_main.c(+1 -1)📝
src/firejail/sandbox.c(+23 -2)📄 Description
This is upstreaming first set of fixes from Sailfish's firejail packaging. These were developed as part of implementing firejail sandboxing in Sailfish OS. See also #3960 for discussion.
These are general fixes to firejail touching logging, private-etc, memory handing and symbolic link construction around /proc filesystem. Please see the commit messages for explanations. These were written by my colleague and previously reviewed by me or one of my other colleagues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.