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

123

/linux-master/include/linux/
H A Dseccomp_types.h11 * struct seccomp - the state of a seccomp'ed process
15 * @filter_count: number of seccomp filters
16 * @filter: must always point to a valid seccomp-filter or NULL as it is
22 struct seccomp { struct
30 struct seccomp { }; struct
H A Dseccomp.h5 #include <uapi/linux/seccomp.h>
23 #include <asm/seccomp.h>
40 static inline int seccomp_mode(struct seccomp *s)
68 static inline int seccomp_mode(struct seccomp *s)
H A Dentry-kvm.h8 #include <linux/seccomp.h>
/linux-master/arch/sparc/include/asm/
H A Dseccomp.h9 #include <asm-generic/seccomp.h>
/linux-master/arch/microblaze/include/asm/
H A Dseccomp.h9 #include <asm-generic/seccomp.h>
/linux-master/arch/xtensa/include/asm/
H A Dseccomp.h5 #include <asm-generic/seccomp.h>
/linux-master/arch/csky/include/asm/
H A Dseccomp.h5 #include <asm-generic/seccomp.h>
/linux-master/arch/arm/include/asm/
H A Dseccomp.h5 #include <asm-generic/seccomp.h>
/linux-master/arch/m68k/include/asm/
H A Dseccomp.h5 #include <asm-generic/seccomp.h>
/linux-master/arch/riscv/include/asm/
H A Dseccomp.h8 #include <asm-generic/seccomp.h>
/linux-master/arch/loongarch/include/asm/
H A Dseccomp.h8 #include <asm-generic/seccomp.h>
/linux-master/arch/mips/include/asm/
H A Dseccomp.h33 #include <asm-generic/seccomp.h>
/linux-master/arch/arm64/include/asm/
H A Dseccomp.h3 * arch/arm64/include/asm/seccomp.h
20 #include <asm-generic/seccomp.h>
/linux-master/arch/parisc/include/asm/
H A Dseccomp.h5 #include <asm-generic/seccomp.h>
/linux-master/arch/x86/include/asm/
H A Dseccomp.h39 #include <asm-generic/seccomp.h>
/linux-master/arch/powerpc/include/asm/
H A Dseccomp.h9 #include <asm-generic/seccomp.h>
/linux-master/arch/s390/include/asm/
H A Dseccomp.h17 #include <asm-generic/seccomp.h>
/linux-master/arch/um/kernel/skas/
H A Dsyscall.c8 #include <linux/seccomp.h>
39 /* Do the seccomp check after ptrace; failures should be fast. */
/linux-master/kernel/
H A Dseccomp.c3 * linux/kernel/seccomp.c
16 #define pr_fmt(fmt) "seccomp: " fmt
27 #include <linux/seccomp.h>
71 * The seccomp data. This pointer is valid the entire time this
94 * dying, a new seccomp addfd message, or changing to REPLIED
138 * struct notification - container for seccomp userspace notifications. Since
139 * most seccomp filters will not have notification listeners attached and this
160 * struct action_cache - per-filter cache of seccomp actions per
191 * struct seccomp_filter - container for seccomp BPF programs
218 * with current->seccomp
[all...]
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c12 #include <uapi/linux/seccomp.h>
35 "Enable the synchronous mode for seccomp notifications"),
44 static int seccomp(unsigned int op, unsigned int flags, void *args) function
64 return seccomp(SECCOMP_SET_MODE_FILTER, flags, &prog);
/linux-master/samples/seccomp/
H A Ddropper.c20 #include <linux/seccomp.h>
H A Duser-trap.c22 #include <linux/seccomp.h>
26 static int seccomp(unsigned int op, unsigned int flags, void *args) function
105 return seccomp(SECCOMP_SET_MODE_FILTER, flags, &prog);
225 perror("seccomp");
297 if (seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes) < 0) {
298 perror("seccomp(GET_NOTIF_SIZES)");
/linux-master/samples/bpf/
H A Dtracex5_user.c6 #include <linux/seccomp.h>
19 /* install fake seccomp program to enable seccomp code path inside the kernel,
/linux-master/samples/
H A DMakefile21 subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
/linux-master/include/uapi/linux/
H A Dptrace.h101 } seccomp; member in union:ptrace_syscall_info::__anon3987

Completed in 273 milliseconds

123