This commit is contained in:
netblue30 2023-02-14 15:04:25 -05:00
parent a6995464b4
commit 707f48a125

View file

@ -1,7 +1,10 @@
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)
* modif: Prevent sandbox name (--name=) and host name (--hostname)
from containing only digits (#5578)
* modif: Allow only letters and digits for sandbox name (--name=) and
host name (--hostname)
* bugfix: qutebrowser: links will not open in the existing instance (#5601
#5618)
* feature: added --keep-shell-rc command and profile option (#1127)