| # 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 | |
| # metrics_daemon_files.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 |