Searched refs:PR_SET_SECCOMP (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/samples/seccomp/ |
D | dropper.c | 45 if (prctl(PR_SET_SECCOMP, 2, &prog)) { in install_filter()
|
D | bpf-fancy.c | 92 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog)) { in main()
|
D | bpf-direct.c | 155 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog)) { in install_filter()
|
/linux-4.1.27/include/uapi/linux/ |
D | prctl.h | 67 #define PR_SET_SECCOMP 22 macro
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 49 PR_SET_SECCOMP: 59 prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, prog);
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 335 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 592 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
|
/linux-4.1.27/kernel/ |
D | sys.c | 2133 case PR_SET_SECCOMP: in SYSCALL_DEFINE5()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1744 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1710 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
|