| # Copyright 2021 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Ensure the directories used by the metrics_daemon have the correct |
| # permissions. The file permissions are corrected in the |
| # init/metrics_daemon.conf, because installing a config with 'z' commands to |
| # /usr/lib/tmpfiles.d/ is dangerous; see https://crbug.com/1209413 |
| d= /var/lib/metrics 0755 metrics metrics |
| d= /var/log/vmlog 0755 metrics metrics |
| d= /var/lib/metrics/uma-events.d 2777 chronos chronos |
| d= /run/early-metrics 4700 chronos chronos |