From 116f7bf833b1dd73391f10884f66ad1670608f23 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 4 Oct 2024 20:55:46 -0300 Subject: [PATCH] RELNOTES: add private-etc rework feature item And move the #6104 item into it. Relates to #5518 #5608 #5609 #5629 #5638 #5641 #5642 #5643 #5650 #5655. Relates to #5681 #5737 #5844 #5989 #6016 #6104 #6400. --- RELNOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELNOTES b/RELNOTES index 7541e733f5..cafade763f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,9 @@ firejail (0.9.73) baseline; urgency=low * work in progress * security: fix sscanf rv checks (CodeQL) (#6184) + * feature: private-etc rework: improve handling of /etc/resolv.conf and add + private-etc groups (#6400 #5518 #5608 #5609 #5629 #5638 #5641 #5642 #5643 + #5650 #5681 #5737 #5844 #5989 #6016 #6104 #5655) * feature: Add "keep-shell-rc" command and option (#1127 #5634) * feature: Print the argument when failing with "too long arguments" (#5677) * feature: a random hostname is assigned to each sandbox unless @@ -98,7 +101,6 @@ firejail (0.9.73) baseline; urgency=low * ci: whitelist paths, reorganize workflows & speed-up tests (#5960) * ci: fix dependabot duplicated workflow runs (#5984) * ci: allow running workflows manually (#6026) - * ci: re-enable sort.py (#6104) * ci: add timeout limits (#6178) * ci: make dependabot updates monthly and bump PR limit (#6338) * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057