v1.5.0
Remove unnecessary borrow
Remove unnecessary casts
file_traits: Replace `pwritev(2)` call by `oslib::writev_at()`
Propagate `oslib::writev_at()` `flags` parameter
Update to vhost 0.2
Log the FUSE opcode name and inode on debug
Adds safe wrappers for `mount()` and `umount2()`
Add missing license file header
Merge branch 'sandbox-none-non-root' into 'main'
oslib: Add `pwritev2(2)` safe wrapper
Fix clippy warnings
sandbox: Allow non-root users run the daemon without isolation
Keep DAC_READ_SEARCH on setxattr with posix acl