commit: 1e01df2ec1241b6ba16abb4b42ab82796ede37b2 Author: Russell Coker <russell <AT> coker <DOT> com <DOT> au> AuthorDate: Wed Sep 6 14:50:37 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Fri Sep 8 22:48:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1e01df2e
udev and dhcpd Allow udev to talk to init via dbus and get generic unit status. Add correct labeling for dhcpd6.leases file. policy/modules/contrib/dhcp.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/dhcp.fc b/policy/modules/contrib/dhcp.fc index c4166794..a58b1103 100644 --- a/policy/modules/contrib/dhcp.fc +++ b/policy/modules/contrib/dhcp.fc @@ -8,5 +8,6 @@ /var/lib/dhcpd(/.*)? gen_context(system_u:object_r:dhcpd_state_t,s0) /var/lib/dhcp(3)?/dhcpd\.leases.* -- gen_context(system_u:object_r:dhcpd_state_t,s0) +/var/lib/dhcp/dhcpd6\.leases.* -- gen_context(system_u:object_r:dhcpd_state_t,s0) /run/dhcpd(6)?\.pid -- gen_context(system_u:object_r:dhcpd_var_run_t,s0)
