xref: /aosp_15_r20/external/crosvm/third_party/minijail/minijail0.sh (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
1#!/bin/sh
2# Copyright 2020 The ChromiumOS Authors
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