| # Copyright 2022 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Setup the paths expected by debugd. |
| |
| # Create state directory for debugd. |
| d= /run/debugd 0755 debugd debugd |
| |
| # DRMTraceTool: Clear the display_debug logs at each boot. |
| R /var/log/display_debug |
| |
| # PerfTool: Create a directory for keeping states. |
| d= /run/debugd/perf_tool 0755 debugd debugd |
| |
| # PrintscanTool: Create cups, ippusb, and lorgnette debug directories. |
| d= /run/cups/debug 0755 debugd debugd |
| d= /run/ippusb/debug 0755 debugd debugd |
| d= /run/lorgnette/debug 0775 saned debugd |