mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
rel 0.9.74 testing - temporarily removed lintian call from mkdeb.sh; some other updates
This commit is contained in:
parent
ada14900d2
commit
d36f0da431
3 changed files with 5 additions and 4 deletions
2
README
2
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
|
||||
|
|
|
|||
5
RELNOTES
5
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 <netblue30@yahoo.com> Mon, 17 Jan 2023 09:00:00 -0500
|
||||
-- netblue30 <netblue30@yahoo.com> 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
|
||||
|
|
|
|||
2
mkdeb.sh
2
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue