Edit

IABSD.fr/src/libexec/ld.so/ldd

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2023-08-15 13:50:53
    Hash : b75a4ace
    Message : ldd can pledge "stdio rpath proc exec prot_exec". We can later bifurbicate at the dlopen vs execve split, dropping either "proc" or "prot_exec". ok gnezdo