diff --git a/README b/README index fe878bd3a..521b156e9 100644 --- a/README +++ b/README @@ -1075,6 +1075,8 @@ Reiner Herrmann (https://github.com/reinerh) Remco Verhoef (https://github.com/nl5887) - add overlay configuration to profiles - prevent running shells recursively +Renkoto (https://github.com/Renkoto) + - floorp profile fixes RD PROJEKT (https://github.com/RDProjekt) - noblacklist support for /sys/module directory - whitelist support for /sys/module directory diff --git a/RELNOTES b/RELNOTES index dab3459d5..9e83fe085 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,4 @@ -firejail (0.9.73) baseline; urgency=low - * work in progress +firejail (0.9.74) baseline; urgency=low * 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 @@ -288,7 +287,7 @@ firejail (0.9.73) baseline; urgency=low * new profiles: remmina-file-wrapper (#6669) * new profiles: ouch (#6678) * new profiles: xarchiver (#6679) - -- netblue30 Mon, 17 Jan 2023 09:00:00 -0500 + -- netblue30 Mon, 24 Mar 2025 09:00:00 -0500 firejail (0.9.72) baseline; urgency=low * feature: On failing to remount a fuse filesystem, give warning instead of diff --git a/mkdeb.sh b/mkdeb.sh index b72d79820..0b06f4830 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -51,7 +51,7 @@ chmod 644 "$DEBIAN_CTRL_DIR/conffiles" find "$INSTALL_DIR" -type d -exec chmod 755 '{}' + cd "$CODE_DIR" fakeroot dpkg-deb --build debian -lintian --no-tag-display-limit debian.deb +# lintian --no-tag-display-limit debian.deb mv debian.deb "../firejail_${VERSION}${EXTRA_VERSION}_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb" cd .. rm -fr "$CODE_DIR"