Searched refs:seccomp (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dseccomp.h8 /* Valid values for seccomp.mode and prctl(PR_SET_SECCOMP, <mode>) */
9 #define SECCOMP_MODE_DISABLED 0 /* seccomp is not in use. */
51 #include <asm/seccomp.h>
55 * struct seccomp - the state of a seccomp'ed process
65 struct seccomp { struct
87 static inline int seccomp_mode(struct seccomp *s)
96 struct seccomp { }; struct
112 static inline int seccomp_mode(struct seccomp *s)
H A Dsched.h73 #include <linux/seccomp.h>
901 seccomp_t seccomp; member in struct:task_struct

Completed in 310 milliseconds