Skip to content

miners/fs: Don't index special files like device nodes and pipes

Sam Thursfield requested to merge sam/no-device-nodes into master

Otherwise, it's possible to run "tracker index --file /dev" and do all kinds of ill-advised IO.

Merge request reports