mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5634] [MERGED] feature: add "keep-shell-rc" command and option #5581
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#5581
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/5634
Author: @acatton
Created: 1/30/2023
Status: ✅ Merged
Merged: 2/6/2023
Merged by: @netblue30
Base:
master← Head:master📝 Commits (1)
d0a12f2feature: add 'keep-shell-rc' flag and option📊 Changes
9 files changed (+30 additions, -3 deletions)
View changed files
📝
contrib/syntax/lists/profile_commands_arg0.list(+1 -0)📝
src/firejail/firejail.h(+1 -0)📝
src/firejail/fs_home.c(+6 -3)📝
src/firejail/main.c(+4 -0)📝
src/firejail/profile.c(+5 -0)📝
src/firejail/usage.c(+1 -0)📝
src/man/firejail-profile.txt(+3 -0)📝
src/man/firejail.txt(+8 -0)📝
src/zsh_completion/_firejail.in(+1 -0)📄 Description
This fixes #1127.
This allow a user to provide their own zshrc/bashrc inside the jail. This is very useful when using firejail to develop and prevent bad pip packages to access your system.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.