blob: f9a4a86fd682be1ad38c732556917bc5a17ef435 [file] [log] [blame] [edit]
# 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.
# Type Path Mode User Group Age Arguments
# Set up dhcpcd's {/var/lib|/run} dirs to run as user 'dhcp'.
d= /run/dhcpcd 0755 dhcp dhcp
d= /var/lib/dhcpcd 0775 dhcp dhcp
d= /run/dhcpcd7 0755 dhcp dhcp
d= /var/lib/dhcpcd7 0775 dhcp dhcp
# Like 'chown -R' and 'chmod -R' but doesn't follow symlinks.
Z /var/lib/dhcpcd/* 0664 dhcp dhcp
Z /var/lib/dhcpcd7/* 0664 dhcp dhcp