blob: d58810bc471e8b646e666cd0ae66fc433f99ac24 [file] [log] [blame]
// Copyright 2015 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.
#include "debugd/src/constants.h"
namespace debugd {
// For security purposes the path needs to be on rootfs. This prevents the
// possibility of enabling Chrome remote debugging without being in dev mode and
// having removed rootfs verification.
const char kDevFeaturesChromeRemoteDebuggingFlagPath[] =
"/etc/chrome_remote_debugging_on";
const char kDeviceCoredumpUploadFlagPath[] =
"/var/lib/crash_reporter/device_coredump_upload_allowed";
const char kDebugfsGroup[] = "debugfs-access";
} // namespace debugd