Package: rust-virtiofsd / 1.13.2-2

Metadata

Package Version Patches format
rust-virtiofsd 1.13.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax env logger deps.diff | (download)

Cargo.toml | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 disable color in logs
 After the update to env_logger v0.11, virtiofsd started causing virtualized
 systems to hang at boot time. This was determined to be caused by env_logger
 issuing ioctl syscalls when the 'auto-color' feature is enabled, which in
 turn are blocked by virtiofsd's seccomp filter. While we determine if ioctl
 calls can be allowlisted we disable color in logs.
ignore tests.patch | (download)

src/descriptor_utils.rs | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
relax deps syslog.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax libseccomp.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---