summaryrefslogtreecommitdiff
path: root/chromium/sandbox/win/src/sandbox_constants.h
blob: 330a2ae591728435a0a4f7a06c5a02ca03fe2207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SANDBOX_WIN_SRC_SANDBOX_CONSTANTS_H_
#define SANDBOX_WIN_SRC_SANDBOX_CONSTANTS_H_

namespace sandbox {
// Strings used as keys in base::Value snapshots of Policies.
extern const char kAppContainerSid[];
extern const char kDesiredIntegrityLevel[];
extern const char kDesiredMitigations[];
extern const char kJobLevel[];
extern const char kLockdownLevel[];
extern const char kLowboxSid[];
extern const char kPlatformMitigations[];
extern const char kPolicyRules[];
extern const char kProcessIds[];
}  // namespace sandbox

#endif  // SANDBOX_WIN_SRC_SANDBOX_CONSTANTS_H_