diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /third_party/rlbox/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rlbox/moz.yaml')
-rw-r--r-- | third_party/rlbox/moz.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/third_party/rlbox/moz.yaml b/third_party/rlbox/moz.yaml new file mode 100644 index 0000000000..041e8b3a64 --- /dev/null +++ b/third_party/rlbox/moz.yaml @@ -0,0 +1,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' |