qemu-e2k/tools/virtiofsd
Marc Hartmayer c23a956366 virtiofsd: Add sigreturn to the seccomp whitelist
The virtiofsd currently crashes on s390x. This is because of a
`sigreturn` system call. See audit log below:

type=SECCOMP msg=audit(1669382477.611:459): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=system_u:system_r:virtd_t:s0-s0:c0.c1023 pid=6649 comm="virtiofsd" exe="/usr/libexec/virtiofsd" sig=31 arch=80000016 syscall=119 compat=0 ip=0x3fff15f748a code=0x80000000AUID="unset" UID="root" GID="root" ARCH=s390x SYSCALL=sigreturn

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: German Maglione <gmaglione@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20221125143946.27717-1-mhartmay@linux.ibm.com>
2022-11-25 13:56:05 -05:00
..
50-qemu-virtiofsd.json.in
buffer.c
fuse_common.h virtiofsd, fuse_lowlevel.c: Add capability to parse security context 2022-02-17 17:22:26 +00:00
fuse_i.h virtiofsd, fuse_lowlevel.c: Add capability to parse security context 2022-02-17 17:22:26 +00:00
fuse_log.c
fuse_log.h
fuse_lowlevel.c virtiofsd: Fix format strings 2022-08-04 14:44:25 -04:00
fuse_lowlevel.h virtiofsd: Add basic support for FUSE_SYNCFS request 2022-02-17 17:22:26 +00:00
fuse_misc.h
fuse_opt.c
fuse_opt.h
fuse_signals.c
fuse_virtio.c misc: fix commonly doubled up words 2022-08-01 11:58:02 +02:00
fuse_virtio.h
helper.c virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC) 2022-05-03 15:47:08 +04:00
meson.build
passthrough_helpers.h
passthrough_ll.c virtiofsd: use g_date_time_get_microsecond to get subsecond 2022-09-22 13:13:47 -04:00
passthrough_seccomp.c virtiofsd: Add sigreturn to the seccomp whitelist 2022-11-25 13:56:05 -05:00
passthrough_seccomp.h Clean up header guards that don't match their file name 2022-05-11 16:49:06 +02:00