Fix ARM Chrome not starting up.
The seccomp bpf filter was complaining because getsockopt and setsockopt were being called but they're not allowed. I had fixed this for x86-64 in r360114 but the change should have also allowed ARM. Really, it's anything other than 32 bit Linux (which doesn't have a specific id for these methods). BUG=572795,561803 Review URL: https://codereview.chromium.org/1553543002 Cr-Commit-Position: refs/heads/master@{#367102}
Showing
Please register or sign in to comment