DescriptionFix 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
Committed: https://crrev.com/93af6debfce796660a58a8681c9da97c5d43638e
Cr-Commit-Position: refs/heads/master@{#367102}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|