aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Antoine Catton <devel@antoine.catton.fr>2023-01-30 23:55:49 +0100
committerLibravatar Antoine Catton <devel@antoine.catton.fr>2023-02-03 23:11:18 +0100
commitd0a12f27d650ebed63f14102baa671f3655b50c8 (patch)
treed9acf7ff384a7bae5f8f4fc6ed687241f1af5eff /src/man/firejail-profile.txt
parenttesting (diff)
downloadfirejail-d0a12f27d650ebed63f14102baa671f3655b50c8.tar.gz
firejail-d0a12f27d650ebed63f14102baa671f3655b50c8.tar.zst
firejail-d0a12f27d650ebed63f14102baa671f3655b50c8.zip
feature: add 'keep-shell-rc' flag and option
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.
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 5b16179ac..3fa07d1ee 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -288,6 +288,9 @@ pulse servers or non-standard socket paths.
288\fBkeep-dev-shm 288\fBkeep-dev-shm
289/dev/shm directory is untouched (even with private-dev). 289/dev/shm directory is untouched (even with private-dev).
290.TP 290.TP
291\fBkeep-shell-rc
292Do not copy shell rc files (such as ~/.bashrc and ~/.zshrc) from /etc/skel.
293.TP
291\fBkeep-var-tmp 294\fBkeep-var-tmp
292/var/tmp directory is untouched. 295/var/tmp directory is untouched.
293.TP 296.TP