Searched refs:QEMU_SECCOMP_SET_DEFAULT (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/system/ |
H A D | qemu-seccomp.c | 127 { SCMP_SYS(reboot), QEMU_SECCOMP_SET_DEFAULT, 129 { SCMP_SYS(swapon), QEMU_SECCOMP_SET_DEFAULT, 131 { SCMP_SYS(swapoff), QEMU_SECCOMP_SET_DEFAULT, 133 { SCMP_SYS(syslog), QEMU_SECCOMP_SET_DEFAULT, 135 { SCMP_SYS(mount), QEMU_SECCOMP_SET_DEFAULT, 137 { SCMP_SYS(umount), QEMU_SECCOMP_SET_DEFAULT, 139 { SCMP_SYS(kexec_load), QEMU_SECCOMP_SET_DEFAULT, 141 { SCMP_SYS(afs_syscall), QEMU_SECCOMP_SET_DEFAULT, 143 { SCMP_SYS(break), QEMU_SECCOMP_SET_DEFAULT, 145 { SCMP_SYS(ftime), QEMU_SECCOMP_SET_DEFAULT, [all …]
|
/openbmc/qemu/include/sysemu/ |
H A D | seccomp.h | 18 #define QEMU_SECCOMP_SET_DEFAULT (1 << 0) macro
|