Replacement for locate on Fedora?
Replacement for locate on Fedora?
Posted Oct 11, 2023 15:50 UTC (Wed) by hmh (subscriber, #3838)In reply to: Replacement for locate on Fedora? by fredrik
Parent article: A remote code execution vulnerability in GNOME
"locate" and friends (plocate, slocate, etc) do not parse files, they don't even open them. They just fstat() them, if that much.
The typical security issue with locate, is that one user could find out the existence of files owned by some other user, supposedly addressed by slocate, and hopefully by plocate (didn't check).
