X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fptrace.h;h=c2f1f6a5fcb8a67f52c90c8397c7384534d3010a;hb=eaed435a7b870a38d89dbdb535c7842d618d3214;hp=dd4cefa6519dbaaad33ba80c7f3c992e3a494624;hpb=d7e7528bcd456f5c36ad4a202ccfb43c5aa98bc4;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index dd4cefa6519d..c2f1f6a5fcb8 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h @@ -128,8 +128,9 @@ extern void __ptrace_link(struct task_struct *child, struct task_struct *new_parent); extern void __ptrace_unlink(struct task_struct *child); extern void exit_ptrace(struct task_struct *tracer); -#define PTRACE_MODE_READ 1 -#define PTRACE_MODE_ATTACH 2 +#define PTRACE_MODE_READ 0x01 +#define PTRACE_MODE_ATTACH 0x02 +#define PTRACE_MODE_NOAUDIT 0x04 /* Returns 0 on success, -errno on denial. */ extern int __ptrace_may_access(struct task_struct *task, unsigned int mode); /* Returns true on success, false on denial. */