mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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#5271
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/4856
Author: @smitsohu
Created: 1/14/2022
Status: ✅ Merged
Merged: 1/16/2022
Merged by: @netblue30
Base:
master← Head:fildes📝 Commits (1)
c764520keep-fd option (#4845)📊 Changes
13 files changed (+138 additions, -18 deletions)
View changed files
📝
contrib/vim/syntax/firejail.vim(+1 -1)📝
src/firejail/dbus.c(+4 -4)📝
src/firejail/firejail.h(+2 -0)📝
src/firejail/join.c(+0 -5)📝
src/firejail/main.c(+9 -0)📝
src/firejail/profile.c(+9 -0)📝
src/firejail/sandbox.c(+35 -8)📝
src/firejail/usage.c(+1 -0)📝
src/include/common.h(+1 -0)📝
src/lib/common.c(+50 -0)📝
src/man/firejail-profile.txt(+5 -0)📝
src/man/firejail.txt(+20 -0)📝
src/zsh_completion/_firejail.in(+1 -0)📄 Description
(I had to move setrlimit code because I am using an open /proc/self/fd file descriptor to close everything else, and it was getting in the way of
rlimit-nofile)Stuff related to stdin, stdout, sterr is supposed to follow.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.