Update PTRACE_O_* constants
* ptrace.h: Define PTRACE_O_SUSPEND_SECCOMP. * xlat/ptrace_setoptions_flags.in: Add it.
This commit is contained in:
parent
b02bcfadcb
commit
8e0442d43c
3
ptrace.h
3
ptrace.h
@ -87,6 +87,9 @@ extern long ptrace(int, int, char *, long);
|
||||
#ifndef PTRACE_O_EXITKILL
|
||||
# define PTRACE_O_EXITKILL (1 << 20)
|
||||
#endif
|
||||
#ifndef PTRACE_O_SUSPEND_SECCOMP
|
||||
# define PTRACE_O_SUSPEND_SECCOMP (1 << 21)
|
||||
#endif
|
||||
|
||||
#ifndef PTRACE_SETOPTIONS
|
||||
# define PTRACE_SETOPTIONS 0x4200
|
||||
|
@ -7,5 +7,6 @@ PTRACE_O_TRACEVFORKDONE
|
||||
PTRACE_O_TRACEEXIT
|
||||
PTRACE_O_TRACESECCOMP
|
||||
PTRACE_O_EXITKILL
|
||||
PTRACE_O_SUSPEND_SECCOMP
|
||||
/* tile */
|
||||
PTRACE_O_TRACEMIGRATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user