Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next
This commit is contained in:
commit
fe6c59dc17
5 changed files with 31 additions and 8 deletions
|
|
@ -89,9 +89,11 @@ struct ptrace_peeksiginfo_args {
|
|||
#define PTRACE_O_TRACESECCOMP (1 << PTRACE_EVENT_SECCOMP)
|
||||
|
||||
/* eventless options */
|
||||
#define PTRACE_O_EXITKILL (1 << 20)
|
||||
#define PTRACE_O_EXITKILL (1 << 20)
|
||||
#define PTRACE_O_SUSPEND_SECCOMP (1 << 21)
|
||||
|
||||
#define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
|
||||
#define PTRACE_O_MASK (\
|
||||
0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
|
||||
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue