https://sourceware.org/bugzilla/show_bug.cgi?id=28240
Frank Ch. Eigler <fche at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> --- commit 7d64173fb11c66284a408e52d41d15b7755d65d2 Author: Frank Ch. Eigler <f...@redhat.com> Date: Wed Aug 18 18:29:34 2021 -0400 PR28240: debuginfod client root-safe negative caching Negative cache (000-permission) files were incorrectly treated as valid cached files for the root user, because root can open even 000-perm files without -EACCES. Corrected this checking sequence. Fixed the debuginfod testsuite to run to completion as root or as an ordinary user, correcting corresponding permission checks: stat -c %A $FILE is right and [ -w $FILE] [ -r $FILE ] were wrong. Signed-off-by: Frank Ch. Eigler <f...@redhat.com> -- You are receiving this mail because: You are on the CC list for the bug.