Skip to content

linuxprocmapsparser: skip stat check when the file is on an overlayfs

Harald Sitter requested to merge work/sitter/overlaysad into master

overlay messes with the st_ino so we can't get accurate validation anymore. unless explicitly marked deleted let's let the maps through. makes things a bit unreliable, but then this is probably better than blocking all overlays (including systemd-sysext)

Merge request reports