blob: c31bb0d3101954a96783e7e2de1b1635cdcb9ad5 [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";
} // namespace debugd