Skip to content
Snippets Groups Projects

Perform integration tests in CI

Merged Clara Engler requested to merge cve/onionmasq:dev/cve/ci into main
  1. Jan 22, 2025
  2. Jan 21, 2025
    • Clara Engler's avatar
      ci: Run integration tests · 58827169
      Clara Engler authored
      Unverified
      58827169
    • Clara Engler's avatar
      onionmasq: Add `--disable-fs-permission-checks` · 5f82a500
      Clara Engler authored
      This commit ports the `--disable-fs-permission-checks` flag from arti
      into onionmasq, enabling the checking of file system permissions for the
      files we use, including custom arti configuration files.
      
      This feature is especially critical for integration tests in CI
      containers, as they tend to have very liberal permissions.  In these
      scenarios, it is okay to allow insecure permissions, as no one cares
      about the internal security of CI containers.
      Unverified
      5f82a500
Loading