summaryrefslogtreecommitdiff
path: root/strata/sandboxing.morph
blob: 2c8eae9b90b165441ee941117989b01802369f0c (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
name: sandboxing
kind: stratum
description: |
  Libraries/tools for running programs/commands in a (partially) isolated
  environment.
build-depends:
- morph: strata/python2-core.morph
- morph: strata/docutils.morph
chunks:
# Needed by YBD only.
- name: sandboxlib
  repo: upstream:sandboxlib
  ref: ce30050daa10fa32801e8f798911b36aa82343a4
  unpetrify-ref: master
  build-system: python-distutils

# Needed by Morph and YBD only.
- name: linux-user-chroot
  repo: upstream:linux-user-chroot
  ref: 40e0b71d556414dfe150a74937f2c8a68d351d6d
  unpetrify-ref: v2015.1
  build-system: autotools

# Needed by BuildStream only.
- name: bubblewrap
  repo: upstream:bubblewrap
  ref: 30548332a7d04328487906edcd999c3dab67db28
  unpetrify-ref: v0.1.8
  build-system: autotools