This commit is contained in:
netblue30 2022-02-20 08:20:45 -05:00
parent 824a85854a
commit ddd7e6fec6
3 changed files with 5 additions and 1 deletions

3
README
View file

@ -156,6 +156,8 @@ Austin S. Hemmelgarn (https://github.com/Ferroin)
- unbound profile update
Avi Lumelsky (https://github.com/avilum)
- syscall.sh improvements
avallach2000 (https://github.com/avallach2000(
- fix qbittorrent profile
avoidr (https://github.com/avoidr)
- whitelist fix
- recently-used.xbel fix
@ -265,6 +267,7 @@ croket (https://github.com/crocket)
- fix librewolf profile
- added profiles for imv, retroarch, and torbrowser
- fix dino profile
- fix wireshark profile
curiosity-seeker (https://github.com/curiosity-seeker - old)
curiosityseeker (https://github.com/curiosityseeker - new)
- tightening unbound and dnscrypt-proxy profiles

View file

@ -215,7 +215,7 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
### Shell tab completion
```
--tab Enable bash completion in sandboxes using private or whitelisted
--tab Enable shell tab completion in sandboxes using private or whitelisted
home directories.
$ firejail --private --tab

View file

@ -1,5 +1,6 @@
firejail (0.9.69) baseline; urgency=low
* work in progress
* feature: enable shell tab completion (#4936)
* bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910)
* bugfix: nogroups + wrc prints confusing messages (#4930 #4933)
* ci: replace centos (EOL) with almalinux (#4912)