qnml 发表于 2004-7-9 23:18:14

must_not_trace_exec问题

static inline int must_not_trace_exec(struct task_struct * p)
{
        return (p->ptrace & PT_PTRACED) && !(p->ptrace & PT_PTRACE_CAP);
}

PT_PTRACED是1,PT_PTRACE_CAP是2,跟p->ptrace 与是为什么啊?望高手解答
页: [1]
查看完整版本: must_not_trace_exec问题