1. 06 9月, 2012 1 次提交
  2. 10 8月, 2012 1 次提交
  3. 15 5月, 2012 1 次提交
  4. 23 4月, 2012 1 次提交
  5. 19 4月, 2012 1 次提交
  6. 16 2月, 2012 1 次提交
    • 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
  7. 10 2月, 2012 1 次提交