Home
last modified time | relevance | path

Searched refs:seccomp (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/kernel/
Dseccomp.c35 int mode = current->seccomp.mode; in __secure_computing()
62 return current->seccomp.mode; in prctl_get_seccomp()
71 if (unlikely(current->seccomp.mode)) in prctl_set_seccomp()
76 current->seccomp.mode = seccomp_mode; in prctl_set_seccomp()
DMakefile83 obj-$(CONFIG_SECCOMP) += seccomp.o
/linux-2.6.39/arch/microblaze/
DKconfig116 bool "Enable seccomp to safely compute untrusted bytecode"
125 their own address space using seccomp. Once seccomp is
126 enabled via /proc/<pid>/seccomp, it cannot be disabled
128 defined by each seccomp mode.
/linux-2.6.39/arch/powerpc/include/asm/
DKbuild21 header-y += seccomp.h
/linux-2.6.39/arch/sparc/
DKconfig257 bool "Enable seccomp to safely compute untrusted bytecode"
266 their own address space using seccomp. Once seccomp is
267 enabled via /proc/<pid>/seccomp, it cannot be disabled
269 defined by each seccomp mode.
/linux-2.6.39/arch/s390/
DKconfig602 prompt "Enable seccomp to safely compute untrusted bytecode"
610 their own address space using seccomp. Once seccomp is
611 enabled via /proc/<pid>/seccomp, it cannot be disabled
613 defined by each seccomp mode.
/linux-2.6.39/arch/sh/
DKconfig664 bool "Enable seccomp to safely compute untrusted bytecode"
672 their own address space using seccomp. Once seccomp is
674 allowed to execute a few safe syscalls defined by each seccomp
/linux-2.6.39/arch/powerpc/
DKconfig592 bool "Enable seccomp to safely compute untrusted bytecode"
601 their own address space using seccomp. Once seccomp is
602 enabled via /proc/<pid>/seccomp, it cannot be disabled
604 defined by each seccomp mode.
/linux-2.6.39/arch/mips/
DKconfig2227 bool "Enable seccomp to safely compute untrusted bytecode"
2236 their own address space using seccomp. Once seccomp is
2237 enabled via /proc/<pid>/seccomp, it cannot be disabled
2239 defined by each seccomp mode.
/linux-2.6.39/arch/arm/
DKconfig1655 prompt "Enable seccomp to safely compute untrusted bytecode"
1662 their own address space using seccomp. Once seccomp is
1665 defined by each seccomp mode.
/linux-2.6.39/arch/x86/
DKconfig1474 prompt "Enable seccomp to safely compute untrusted bytecode"
1481 their own address space using seccomp. Once seccomp is
1484 defined by each seccomp mode.
/linux-2.6.39/include/linux/
Dsched.h1377 seccomp_t seccomp; member