aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Coker <russell@coker.com.au>2017-09-06 10:50:37 -0400
committerLuis Ressel <aranea@aixah.de>2017-09-09 00:48:51 +0200
commit1e01df2ec1241b6ba16abb4b42ab82796ede37b2 (patch)
tree16d0058d7f795ca287fcae439875d40ee058306d
parentlogrotate: allow systemd to start logrotate (diff)
downloadhardened-refpolicy-1e01df2e.tar.gz
hardened-refpolicy-1e01df2e.tar.bz2
hardened-refpolicy-1e01df2e.zip
udev and dhcpd
Allow udev to talk to init via dbus and get generic unit status. Add correct labeling for dhcpd6.leases file.
-rw-r--r--policy/modules/contrib/dhcp.fc1
1 files changed, 1 insertions, 0 deletions
diff --git a/policy/modules/contrib/dhcp.fc b/policy/modules/contrib/dhcp.fc
index c4166794a..a58b11034 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)