blob: b65eb2dac08827a8c386555819842a87e49f3df8 [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
//
#include "chaps/platform_globals.h"
namespace chaps {
const char kChapsdProcessUser[] = "root";
const char kChapsdProcessGroup[] = "root";
const char kServiceRedirectProcessUser[] = "root";
const char kServiceRedirectProcessGroup[] = "root";
} // namespace chaps