• K
    Yama: add PR_SET_PTRACER_ANY · bf06189e
    Kees Cook 提交于
    For a process to entirely disable Yama ptrace restrictions, it can use
    the special PR_SET_PTRACER_ANY pid to indicate that any otherwise allowed
    process may ptrace it. This is stronger than calling PR_SET_PTRACER with
    pid "1" because it includes processes in external pid namespaces. This is
    currently needed by the Chrome renderer, since its crash handler (Breakpad)
    runs external to the renderer's pid namespace.
    Signed-off-by: NKees Cook <keescook@chromium.org>
    Signed-off-by: NJames Morris <jmorris@namei.org>
    bf06189e
Yama.txt 3.2 KB