Skip to content
  • Nick Mathewson's avatar
    Make our seccomp2 sandbox handle Glibc 2.26 · d2d6a1b0
    Nick Mathewson authored
    There are three changes here:
      * We need to allow epoll_pwait.
      * We need to allow PF_NETLINK sockets to be opened with SOCK_CLOEXEC.
      * We need to use openat() instead of open().
    
    Note that this fix is not complete, since the openat() change is
    turned off.  The next commit will make the openat() change happen
    when we're running glibc 2.26 or later.
    
    Fix for 24315.
    d2d6a1b0