[Bug find-debuginfo/32430] New: find-debuginfo omits ELFs with 4755 mode (suid executables)

mark at klomp dot org sourceware-bugzilla@sourceware.org
Sun Dec 8 20:29:29 GMT 2024


https://sourceware.org/bugzilla/show_bug.cgi?id=32430

            Bug ID: 32430
           Summary: find-debuginfo omits ELFs with 4755 mode (suid
                    executables)
           Product: debugedit
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: find-debuginfo
          Assignee: unassigned at sourceware dot org
          Reporter: mark at klomp dot org
                CC: debugedit at sourceware dot org
  Target Milestone: ---

find-debuginfo does find . \( -perm -0100 -or -perm -0010 -or -perm -0001 \)

Writing to an suid binary will remove the flag.
So if we do handle it then we also need a ways to reapply the correct mode.

See also https://sourceware.org/bugzilla/show_bug.cgi?id=28559

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Debugedit mailing list