aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-11-13 07:47:06 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-11-13 07:47:06 -0500
commit499a91ea008bebc965644aa635845e3e3b5955d7 (patch)
tree7107a7e941679f6d1ca90dd81e864e252ad0ea37
parentMerge pull request #4635 from smitsohu/noorphans (diff)
downloadfirejail-499a91ea008bebc965644aa635845e3e3b5955d7.tar.gz
firejail-499a91ea008bebc965644aa635845e3e3b5955d7.tar.zst
firejail-499a91ea008bebc965644aa635845e3e3b5955d7.zip
merges
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--RELNOTES5
3 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index c6db6b6a5..61c69f38a 100644
--- a/README
+++ b/README
@@ -506,6 +506,8 @@ Jan-Niclas (https://github.com/0x6a61)
506 - moved rules from firefox-common.profile to firefox.profile 506 - moved rules from firefox-common.profile to firefox.profile
507 - blacklist /*firefox* except for firefox itself 507 - blacklist /*firefox* except for firefox itself
508 - fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox 508 - fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox
509Jan Sonntag (https://github.com/jmetrius)
510 - added OpenStego profile
509Jean Lucas (https://github.com/flacks) 511Jean Lucas (https://github.com/flacks)
510 - fix Discord profile 512 - fix Discord profile
511 - add AnyDesk profile 513 - add AnyDesk profile
diff --git a/README.md b/README.md
index 2bd3c9fb4..d6e906ae6 100644
--- a/README.md
+++ b/README.md
@@ -248,4 +248,4 @@ $ ./profstats *.profile
248### New profiles: 248### New profiles:
249 249
250clion-eap, lifeograph, io.github.lainsce.Notejot, rednotebook, zim, microsoft-edge-beta, ncdu2, gallery-dl, yt-dlp, goldendict, bundle, 250clion-eap, lifeograph, io.github.lainsce.Notejot, rednotebook, zim, microsoft-edge-beta, ncdu2, gallery-dl, yt-dlp, goldendict, bundle,
251cmake, make, meson, pip, codium, telnet, ftp 251cmake, make, meson, pip, codium, telnet, ftp, OpenStego
diff --git a/RELNOTES b/RELNOTES
index 9ff0bf5bb..292caa9c8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,9 @@
1firejail (0.9.67) baseline; urgency=low 1firejail (0.9.67) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * exit code: distinguish fatal signals by adding 128 3 * exit code: distinguish fatal signals by adding 128
4 * intrusion detection system (--ids-init, --ids-check)
5 * deterministic shutdown (--deterministic-exit-code,
6 --deterministic-shutdown)
4 * deprecated --disable-whitelist at compile time 7 * deprecated --disable-whitelist at compile time
5 * deprecated whitelist=yes/no in /etc/firejail/firejail.config 8 * deprecated whitelist=yes/no in /etc/firejail/firejail.config
6 * new condition: ALLOW_TRAY 9 * new condition: ALLOW_TRAY
@@ -10,7 +13,7 @@ firejail (0.9.67) baseline; urgency=low
10 * new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim 13 * new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim
11 * new profiles: io.github.lainsce.Notejot, rednotebook, gallery-dl 14 * new profiles: io.github.lainsce.Notejot, rednotebook, gallery-dl
12 * new profiles: yt-dlp, goldendict, goldendict, bundle, cmake 15 * new profiles: yt-dlp, goldendict, goldendict, bundle, cmake
13 * new profiles: make, meson, pip, codium, telnet, ftp 16 * new profiles: make, meson, pip, codium, telnet, ftp, OpenStego
14 -- netblue30 <netblue30@yahoo.com> Thu, 29 Jul 2021 09:00:00 -0500 17 -- netblue30 <netblue30@yahoo.com> Thu, 29 Jul 2021 09:00:00 -0500
15 18
16firejail (0.9.66) baseline; urgency=low 19firejail (0.9.66) baseline; urgency=low