aboutsummaryrefslogtreecommitdiffstats
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
parentbuild fix (diff)
downloadfirejail-9d68139d7.tar.gz
firejail-9d68139d7.tar.zst
firejail-9d68139d7.zip
merges
-rw-r--r--README3
-rw-r--r--README.md11
-rw-r--r--RELNOTES1
3 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index 762668a88..13331d2f4 100644
--- a/README
+++ b/README
@@ -147,6 +147,8 @@ announ (https://github.com/announ)
147 - mpv and youtube-dl profile fixes 147 - mpv and youtube-dl profile fixes
148 - git profile fix 148 - git profile fix
149 - evince profile fix 149 - evince profile fix
150Antoine Catton (https://github.com/acatton)
151 - add keep-shell-rc command and option
150Anton Shestakov (https://github.com/antonv6) 152Anton Shestakov (https://github.com/antonv6)
151 - add whitelist items for uim 153 - add whitelist items for uim
152 - allow /etc/vulkan in steam profile 154 - allow /etc/vulkan in steam profile
@@ -753,6 +755,7 @@ mjudtmann (https://github.com/mjudtmann)
753 - lock firejail configuration in disable-mgmt.inc 755 - lock firejail configuration in disable-mgmt.inc
754Mohammed Anas (https://github.com/mhmdanas) 756Mohammed Anas (https://github.com/mhmdanas)
755 - fix dbus notifications 757 - fix dbus notifications
758 - fix libEGL warning for abiword
756m00nwtchr (https://github.com/m00nwtchr) 759m00nwtchr (https://github.com/m00nwtchr)
757 - Whitelist electron-flags.conf for all versions of electron 760 - Whitelist electron-flags.conf for all versions of electron
758 - electron profile updates 761 - electron profile updates
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
diff --git a/RELNOTES b/RELNOTES
index 9542ec6dc..90a6982e8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -4,6 +4,7 @@ firejail (0.9.73) baseline; urgency=low
4 * modif: Prevent sandbox name from containing only digits (#5578) 4 * modif: Prevent sandbox name from containing only digits (#5578)
5 * bugfix: qutebrowser: links will not open in the existing instance (#5601 5 * bugfix: qutebrowser: links will not open in the existing instance (#5601
6 #5618) 6 #5618)
7 * feature: added --keep-shell-rc command and profile option (#1127)
7 * build: auto-generate syntax files (#5627) 8 * build: auto-generate syntax files (#5627)
8 * build: mark most phony targets as such (#5637) 9 * build: mark most phony targets as such (#5637)
9 * docs: remove apparmor options in --help when building without apparmor 10 * docs: remove apparmor options in --help when building without apparmor