GNOME Bugzilla – Bug 790456
common/seccomp: allow arm_fadvise64_64 syscall
Last modified: 2017-11-17 14:56:39 UTC
glibc on ARM reroutes the posix_fadvise method to the arm_fadvise64_64 syscall. Without allowing this, pretty much every extracter gets killed with SIGSYS on armhf due to the seccomp policy.
Created attachment 363855 [details] [review] common/seccomp: allow arm_fadvise64_64 syscall
Review of attachment 363855 [details] [review]: Ah, the wonders of seccomp. Feel free to push, thanks :).
Pushed.