blob: 06fa6517f46c02b1a2439f983e674fa88dfef45e [file] [log] [blame]
// Copyright 2013 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Per-platform global values
//
#ifndef CHAPS_PLATFORM_GLOBALS_H_
#define CHAPS_PLATFORM_GLOBALS_H_
namespace chaps {
extern const char kChapsdProcessUser[];
extern const char kChapsdProcessGroup[];
extern const char kServiceRedirectProcessUser[];
extern const char kServiceRedirectProcessGroup[];
} // namespace chaps
#endif // CHAPS_PLATFORM_GLOBALS_H_