blob: cd5303a67974840715ffe4fff86e7f2ccf16d469 [file] [log] [blame]
Mike Frysinger0a032ae2020-08-24 21:48:40 -04001#!/bin/sh
2# Copyright 2020 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Helper for running minijail0 in a compiled checkout.
7
8dir="$(dirname "$0")"
9exec "${dir}/minijail0" --preload-library="${dir}/libminijailpreload.so" "$@"