• jam's avatar
    Fix ARM Chrome not starting up. · 93af6deb
    jam authored
    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}
    93af6deb
baseline_policy.cc 8.52 KB