From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 112C8138334 for ; Sun, 11 Nov 2018 23:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02CFDE0D43; Sun, 11 Nov 2018 23:29:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAB35E0D36 for ; Sun, 11 Nov 2018 23:29:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEC17335CF4 for ; Sun, 11 Nov 2018 23:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 964E5479 for ; Sun, 11 Nov 2018 23:29:33 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1541978695.270b0b8bc0ad22dcce3287e4e531c4d9c799eca9.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/dnsmasq.fc X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 270b0b8bc0ad22dcce3287e4e531c4d9c799eca9 X-VCS-Branch: master Date: Sun, 11 Nov 2018 23:29:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77c38d45-34ba-4ae8-9bc2-785187407c4c X-Archives-Hash: 076153bb88d6c0f6dcdfeb623f145f27 commit: 270b0b8bc0ad22dcce3287e4e531c4d9c799eca9 Author: Chris PeBenito ieee org> AuthorDate: Sat Nov 10 00:35:14 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Nov 11 23:24:55 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=270b0b8b dnsmasq: Reorder lines in file contexts. Signed-off-by: Jason Zaman perfinion.com> policy/modules/services/dnsmasq.fc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/services/dnsmasq.fc b/policy/modules/services/dnsmasq.fc index 57669f98..278b880f 100644 --- a/policy/modules/services/dnsmasq.fc +++ b/policy/modules/services/dnsmasq.fc @@ -3,6 +3,9 @@ /etc/rc\.d/init\.d/dnsmasq -- gen_context(system_u:object_r:dnsmasq_initrc_exec_t,s0) +/run/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_run_t,s0) +/run/libvirt/network(/.*)? gen_context(system_u:object_r:dnsmasq_var_run_t,s0) + /usr/bin/dnsmasq -- gen_context(system_u:object_r:dnsmasq_exec_t,s0) # Systemd unit file @@ -15,9 +18,6 @@ /var/log/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_log_t,s0) -/run/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_run_t,s0) -/run/libvirt/network(/.*)? gen_context(system_u:object_r:dnsmasq_var_run_t,s0) - ifdef(`distro_gentoo',` # Fix bug 531836 - Needed to support dnssec in dnsmasq /usr/share/dnsmasq(/.*)? gen_context(system_u:object_r:dnsmasq_etc_t,s0)