Home
last modified time | relevance | path

Searched refs:SECCOMP_GET_ACTION_AVAIL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/openbmc/qemu/system/
H A Dqemu-seccomp.c281 #if defined(SECCOMP_GET_ACTION_AVAIL) && defined(SCMP_ACT_KILL_PROCESS) && \ in qemu_seccomp_update_action()
288 if (qemu_seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &testaction) == 0) { in qemu_seccomp_update_action()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c159 #ifndef SECCOMP_GET_ACTION_AVAIL
160 #define SECCOMP_GET_ACTION_AVAIL 2 macro
3250 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]); in TEST()
3260 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]); in TEST()
3268 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &unknown_action); in TEST()
/openbmc/linux/kernel/
H A Dseccomp.c2056 case SECCOMP_GET_ACTION_AVAIL: in do_seccomp()