Skip to content
  • Jigsaw52's avatar
    Fix startup crash with seccomp sandbox enabled #40072 · eab8e7af
    Jigsaw52 authored
    Fix crash introduced in #40020. On startup, tor calls
    check_private_dir on the data and key directories. This function
    uses open instead of opendir on the received directory. Data and
    key directoryes are only opened here, so the seccomp rule added
    should be for open instead of opendir, despite the fact that they
    are directories.
    eab8e7af