blob: 9912af19197c75b8019c2cc85828176e13bb0889 [file] [log] [blame]
Elly Jonescd7a9042011-07-22 13:56:51 -04001/* libminijail-private.h
2 * Copyright (c) 2011 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 * Values shared between libminijailpreload and libminijail, but not visible to
7 * the outside world.
8 */
9
10#ifndef LIBMINIJAIL_PRIVATE_H
11#define LIBMINIJAIL_PRIVATE_H
12
13static const char *kCommandEnvVar = "__MINIJAIL_PRELOAD";
Ben Chan541c7e52011-08-26 14:55:53 -070014static const char *kLdPreloadEnvVar = "LD_PRELOAD";
Elly Jonescd7a9042011-07-22 13:56:51 -040015
16#endif /* !LIBMINIJAIL_PRIVATE_H */