| # Copyright 2020 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Type Path Mode User Group Age Arguments | |
| # Remove the following paths only at boot. | |
| R!= /var/lib/dbus/machine-id | |
| # Create the following paths with the specified permissions and ownership. | |
| d= /run/dbus 0755 messagebus messagebus | |
| d= /var/lib/dbus 0755 root root |