Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Sat, 09 Sep 2017 02:43:17
Message-Id: 1504910931.1e01df2ec1241b6ba16abb4b42ab82796ede37b2.perfinion@gentoo
1 commit: 1e01df2ec1241b6ba16abb4b42ab82796ede37b2
2 Author: Russell Coker <russell <AT> coker <DOT> com <DOT> au>
3 AuthorDate: Wed Sep 6 14:50:37 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 22:48:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1e01df2e
7
8 udev and dhcpd
9
10 Allow udev to talk to init via dbus and get generic unit status.
11
12 Add correct labeling for dhcpd6.leases file.
13
14 policy/modules/contrib/dhcp.fc | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/policy/modules/contrib/dhcp.fc b/policy/modules/contrib/dhcp.fc
18 index c4166794..a58b1103 100644
19 --- a/policy/modules/contrib/dhcp.fc
20 +++ b/policy/modules/contrib/dhcp.fc
21 @@ -8,5 +8,6 @@
22
23 /var/lib/dhcpd(/.*)? gen_context(system_u:object_r:dhcpd_state_t,s0)
24 /var/lib/dhcp(3)?/dhcpd\.leases.* -- gen_context(system_u:object_r:dhcpd_state_t,s0)
25 +/var/lib/dhcp/dhcpd6\.leases.* -- gen_context(system_u:object_r:dhcpd_state_t,s0)
26
27 /run/dhcpd(6)?\.pid -- gen_context(system_u:object_r:dhcpd_var_run_t,s0)