aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 10:17:58 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 10:17:58 -0500
commit9d68139d7bf6c57e14fb6340ff2c1ee5a8586ea0 (patch)
tree1990e5a53733576e99ee3b29b2de87ec1764c235 /README.md
parentbuild fix (diff)
downloadfirejail-9d68139d7bf6c57e14fb6340ff2c1ee5a8586ea0.tar.gz
firejail-9d68139d7bf6c57e14fb6340ff2c1ee5a8586ea0.tar.zst
firejail-9d68139d7bf6c57e14fb6340ff2c1ee5a8586ea0.zip
merges
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d1c88c65..0f6ca9b08 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,17 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
182 182
183## Current development version: 0.9.73 183## Current development version: 0.9.73
184 184
185### --keep-shell-rc
186`````
187 --keep-shell-rc
188 By default, when using a private home directory, firejail copies
189 files from the system's user home template (/etc/skel) into it,
190 which overrides attempts to whitelist the original files (such
191 as ~/.bashrc and ~/.zshrc). This option disables this feature,
192 and enables the user to whitelist the original files.
193
194`````
195
185### private-etc rework 196### private-etc rework
186````` 197`````
187 --private-etc, --private-etc=file,directory,@group 198 --private-etc, --private-etc=file,directory,@group