summaryrefslogtreecommitdiff
path: root/chromium/sandbox/win/src/sandbox_constants.cc
blob: 5ed326eda7e2b53708c4ceccb6abab719f24a7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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.

#include "sandbox/win/src/sandbox_constants.h"

namespace sandbox {
// Strings used as keys in base::Value snapshots of Policies for WebUI.
extern const char kAppContainerSid[] = "appContainerSid";
extern const char kDesiredIntegrityLevel[] = "desiredIntegrityLevel";
extern const char kDesiredMitigations[] = "desiredMitigations";
extern const char kJobLevel[] = "jobLevel";
extern const char kLockdownLevel[] = "lockdownLevel";
extern const char kLowboxSid[] = "lowboxSid";
extern const char kPlatformMitigations[] = "platformMitigations";
extern const char kPolicyRules[] = "policyRules";
extern const char kProcessIds[] = "processIds";
}  // namespace sandbox