mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-08 12:12:09 +01:00
In Flatcar we are using modprobe helpers that run depmod in temporary overlay. systemd-udevd.service may try to load drivers for some block devices (e.g. ZFS), which ends up calling our helpers, which invoke mount command. The mount syscalls are forbidden by the default systemd-udevd syscall filter. Signed-off-by: Daniel Zatovic <daniel.zatovic@gmail.com>