tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browser_xdg_default.toml (849B)


      1 # Any copyright is dedicated to the Public Domain.
      2 # http://creativecommons.org/publicdomain/zero/1.0/
      3 [DEFAULT]
      4 skip-if = [
      5  "ccov",
      6  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && asan", # bug 1784517
      7  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517
      8  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517
      9 ]
     10 tags = "contentsandbox"
     11 support-files = [
     12  "browser_content_sandbox_utils.js",
     13  "browser_content_sandbox_fs_tests.js",
     14 ]
     15 # .config needs to exists for the sandbox to properly add it
     16 test-directories = ["/tmp/.xdg_default_test", "/tmp/.xdg_default_test/.config"]
     17 environment = [
     18  "HOME=/tmp/.xdg_default_test",
     19 ]
     20 
     21 ["browser_content_sandbox_fs_xdg_default.js"]
     22 run-if = ["os == 'linux'"]