Mike Frysinger | 0a032ae | 2020-08-24 21:48:40 -0400 | [diff] [blame] | 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 | |||||
8 | dir="$(dirname "$0")" | ||||
9 | exec "${dir}/minijail0" --preload-library="${dir}/libminijailpreload.so" "$@" |