blob: abc749855952d6c8211206c61440c872f81c45c7 [file] [log] [blame]
// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Per-platform global values
//
#include "chaps/platform_globals.h"
namespace chaps {
const char kChapsdProcessUser[] = "chaps";
const char kChapsdProcessGroup[] = "chronos-access";
const char kServiceRedirectProcessUser[] = "chronos";
const char kServiceRedirectProcessGroup[] = "pkcs11";
} // namespace chaps