HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_scope (Results 1 - 2 of 2) sorted by null

  /external/elfutils/config/
10-default-yama-scope.conf 24 # is enabled in a kernel build (currently 1 for ptrace_scope).
34 kernel.yama.ptrace_scope = 0
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 173 const char *ptrace_scope_setting_file = "/proc/sys/kernel/yama/ptrace_scope";
175 char ptrace_scope; local
187 if (VG_(read) (fd, &ptrace_scope, 1) == 1) {
188 dlog(1, "ptrace_scope %c\n", ptrace_scope);
189 if (ptrace_scope != '0') {
190 /* insufficient default ptrace_scope.
203 dlog(0, "Could not read the ptrace_scope setting from %s\n",
    [all...]

Completed in 43 milliseconds