• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/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" "$@"
10