[PR #5634] [MERGED] feature: add "keep-shell-rc" command and option #5581

Closed
opened 2026-05-05 10:41:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • d0a12f2 feature: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5634 **Author:** [@acatton](https://github.com/acatton) **Created:** 1/30/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d0a12f2`](https://github.com/netblue30/firejail/commit/d0a12f27d650ebed63f14102baa671f3655b50c8) feature: add 'keep-shell-rc' flag and option ### 📊 Changes **9 files changed** (+30 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:41:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5581
No description provided.