Skip to content

gunixmounts: Use fallback if libmount monitoring fails

Ondrej Holy requested to merge wip/oholy/libmnt_monitor_fallback into main

The recently added libmount-based unix mount monitoring may fail when the device exceeds inotify limits. Let's fallback to the older implementation in case of the mnt_monitor_get_fd function failure. This among others fixes tracker-miners failures caused by seccomp rules.

Fixes: tracker-miners#315 (closed)

Merge request reports