moz.yaml (746B)
1 schema: 1 2 3 bugzilla: 4 product: "Core" 5 component: "Security: Process Sandboxing" 6 7 origin: 8 name: chromium 9 description: Hack around glibc bug thread id cache 10 11 url: https://chromium.googlesource.com/chromium 12 13 release: a07ca9487c0ec9515f88a780f1073873fb191212 (Wed Jun 26 07:52:11 2024). 14 revision: a07ca9487c0ec9515f88a780f1073873fb191212 15 16 license: BSD-3-Clause 17 18 vendoring: 19 url: https://chromium.googlesource.com/chromium/src/ 20 source-hosting: googlesource 21 tracking: commit 22 23 exclude: 24 - "*" 25 - "**" 26 27 include: 28 - sandbox/linux/services/namespace_sandbox.cc 29 30 keep: 31 - extract-sandbox.py 32 - LICENSE 33 34 update-actions: 35 - action: run-script 36 script: '{yaml_dir}/extract-sandbox.py' 37 cwd: '{yaml_dir}'