blob: 833ec34564eb27e3c2c9a552b096bd9b05107912 [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[] = "root";
const char kChapsdProcessGroup[] = "root";
const char kServiceRedirectProcessUser[] = "root";
const char kServiceRedirectProcessGroup[] = "root";
} // namespace chaps