GNOME Bugzilla – Bug 779875
flistxattr(): tracker-extract killed by SIGSYS
Last modified: 2017-04-19 18:30:11 UTC
Created attachment 347666 [details] [review] Patch whitelisting flistxattr Re-open this bug. tracker-extract is killed by SIGSYS when scanning ogg vorbis files. This is due to missing seccomp permissions for flistxattr(2), which is invoked by gio via libmediaart. Since neither gio nor libmediaart support seccomp, this system call needs to be allowed in libtracker. See also: https://bugzilla.gnome.org/show_bug.cgi?id=778182 https://bugzilla.redhat.com/show_bug.cgi?id=1419183 https://git.gnome.org/browse/tracker/log/src/libtracker-common/tracker-seccomp.c
The rationale in https://bugzilla.gnome.org/show_bug.cgi?id=778182#c4 still applies, sorry. Tracker 1.12 is not responsible anymore for albumart extraction, so it's no longer needed either. *** This bug has been marked as a duplicate of bug 778182 ***