- Ignore full path when guessing what app is being run.
- Fix Qutebrowser basedir path argument for Firejail 0.9.72.
- New
-O
flag disables the default behaviour of passing--private-opt
to Firejail.
- Do not check for a local file if the only arg passed is the program to be jailed.
- Always use
--disable-mnt
to prevent external media access.
- Drop
--private-cache
. This is redundant now that--private
is always used. Dropping it improves support for older versions of Firejail.
- New
-q
flag to tell firejail to be quiet.
- Always force unique basedir when executing qutebrowser.
- Support configuration scripts.
- Always make files writable by user within the jail.
- Support private cache directory.
- Avoid using directories when building nonexistent files to create private
/opt
and/srv
- Prefer
$XDG_RUNTIME_DIR
for the jail's home, falling back to/tmp/$USER
if not available.
- Initial release