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/services/
Date: Sun, 11 Nov 2018 23:29:44
Message-Id: 1541978587.e360dcc7417d7f25d77f4c8d7172cfca93581a7b.perfinion@gentoo
1 commit: e360dcc7417d7f25d77f4c8d7172cfca93581a7b
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Sat Nov 10 00:34:00 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 11 23:23:07 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e360dcc7
7
8 dnsmasq: Whitespace fix in file contexts.
9
10 Signed-off-by: Jason Zaman <jason <AT> perfinion.com>
11
12 policy/modules/services/dnsmasq.fc | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/policy/modules/services/dnsmasq.fc b/policy/modules/services/dnsmasq.fc
16 index 07ffc0d4..57669f98 100644
17 --- a/policy/modules/services/dnsmasq.fc
18 +++ b/policy/modules/services/dnsmasq.fc
19 @@ -1,22 +1,22 @@
20 -/etc/dnsmasq\.conf -- gen_context(system_u:object_r:dnsmasq_etc_t,s0)
21 -/etc/dnsmasq\.d(/.*)? gen_context(system_u:object_r:dnsmasq_etc_t,s0)
22 +/etc/dnsmasq\.conf -- gen_context(system_u:object_r:dnsmasq_etc_t,s0)
23 +/etc/dnsmasq\.d(/.*)? gen_context(system_u:object_r:dnsmasq_etc_t,s0)
24
25 /etc/rc\.d/init\.d/dnsmasq -- gen_context(system_u:object_r:dnsmasq_initrc_exec_t,s0)
26
27 -/usr/bin/dnsmasq -- gen_context(system_u:object_r:dnsmasq_exec_t,s0)
28 +/usr/bin/dnsmasq -- gen_context(system_u:object_r:dnsmasq_exec_t,s0)
29
30 # Systemd unit file
31 -/usr/lib/systemd/system/[^/]*dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_unit_t,s0)
32 +/usr/lib/systemd/system/[^/]*dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_unit_t,s0)
33
34 -/usr/sbin/dnsmasq -- gen_context(system_u:object_r:dnsmasq_exec_t,s0)
35 +/usr/sbin/dnsmasq -- gen_context(system_u:object_r:dnsmasq_exec_t,s0)
36
37 /var/lib/misc/dnsmasq\.leases -- gen_context(system_u:object_r:dnsmasq_lease_t,s0)
38 -/var/lib/dnsmasq(/.*)? gen_context(system_u:object_r:dnsmasq_lease_t,s0)
39 +/var/lib/dnsmasq(/.*)? gen_context(system_u:object_r:dnsmasq_lease_t,s0)
40
41 -/var/log/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_log_t,s0)
42 +/var/log/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_log_t,s0)
43
44 -/run/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_run_t,s0)
45 -/run/libvirt/network(/.*)? gen_context(system_u:object_r:dnsmasq_var_run_t,s0)
46 +/run/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_run_t,s0)
47 +/run/libvirt/network(/.*)? gen_context(system_u:object_r:dnsmasq_var_run_t,s0)
48
49 ifdef(`distro_gentoo',`
50 # Fix bug 531836 - Needed to support dnssec in dnsmasq