summaryrefslogtreecommitdiffstats
path: root/third_party/rlbox/moz.yaml
blob: 041e8b3a64dc5198647585e4662cfd589a8d1801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
schema: 1

bugzilla:
  product: "Firefox Build System"
  component: "General"

origin:
  name: rlbox
  description: sandboxing framework

  url: https://github.com/PLSysSec/rlbox_sandboxing_api

  release: 2ffb43846498d8dbb21a4c466922599d1d697b37 (2023-07-27T18:06:21Z).
  revision: 2ffb43846498d8dbb21a4c466922599d1d697b37

  license: MIT

vendoring:
  url: https://github.com/PLSysSec/rlbox_sandboxing_api
  source-hosting: github
  tracking: commit

  exclude:
    - "**"

  include:
    - "code/include"
    - "LICENSE"

  update-actions:
    - action: move-dir
      from: '{vendor_dir}/code/include'
      to: '{vendor_dir}/include'