• R
    disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes · 376b3c54
    Rich Felker 提交于
    in theory non-absolute origins can only arise when either the main
    program is invoked by running ldso as a command (inherently non-suid)
    or when dlopen was called with a relative pathname containing at least
    one slash. such usage would be inherently insecure in an suid program
    anyway, so the old behavior here does not seem to have been insecure.
    harden against it anyway.
    376b3c54
dynlink.c 54.6 KB