1*4b9c6d91SCole Faust#!/bin/sh 2*4b9c6d91SCole Faust# Copyright 2020 The ChromiumOS Authors 3*4b9c6d91SCole Faust# Use of this source code is governed by a BSD-style license that can be 4*4b9c6d91SCole Faust# found in the LICENSE file. 5*4b9c6d91SCole Faust 6*4b9c6d91SCole Faust# Helper for running minijail0 in a compiled checkout. 7*4b9c6d91SCole Faust 8*4b9c6d91SCole Faustdir="$(dirname "$0")" 9*4b9c6d91SCole Faustexec "${dir}/minijail0" --preload-library="${dir}/libminijailpreload.so" "$@" 10