This commit is contained in:
netblue30 2023-01-30 20:45:32 -05:00
parent 9bc8a72835
commit 897f5791dd
2 changed files with 5 additions and 0 deletions

4
README
View file

@ -125,6 +125,8 @@ Alexander Stein (https://github.com/ajstein)
alkim0 (https://github.com/alkim0)
- warn when encountering EIO during remount
- Add profile for chafa
amano-kenji (https://github.com/amano-kenji)
- fix private-etc in qutebrowser profile
Amin Vakil (https://github.com/aminvakil)
- whois profile fix
- added profile for strawberry
@ -679,6 +681,8 @@ Laurent Declercq (https://github.com/nuxwin)
- fixed test for shell interpreter in chroots
LaurentGH (https://github.com/LaurentGH)
- allow private-bin parameters to be absolute paths
layderv (https://github.com/layderv)
- prevent sandbox name from containing only digits
lecso7 (https://github.com/lecso7)
- added goldendict profile
- allow evince to read .cbz file format

View file

@ -1,6 +1,7 @@
firejail (0.9.73) baseline; urgency=low
* work in progress
* modif: Stop forwarding own double-dash to the shell (#5599 #5600)
* modif: prevent sandbox name from containing only digits (#5578)
* docs: remove apparmor options in --help when building without apparmor
support (#5589)
* fix: qutebrowser not opening tabs (#5601)