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 9D68F139694 for ; Thu, 18 May 2017 17:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1112E0EB7; Thu, 18 May 2017 17:03:33 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FE34E0EB7 for ; Thu, 18 May 2017 17:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 46EC53416BA for ; Thu, 18 May 2017 17:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 689857466 for ; Thu, 18 May 2017 17:03:29 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1495126911.d79fb64e176175d6ee37237aa03b3b00d9d6fb89.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/chronyd.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d79fb64e176175d6ee37237aa03b3b00d9d6fb89 X-VCS-Branch: master Date: Thu, 18 May 2017 17:03:29 +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: 444e3ce6-8b2a-44bd-9861-9494140dcbe5 X-Archives-Hash: 17f804fa6b68c6e406be0259744c0175 commit: d79fb64e176175d6ee37237aa03b3b00d9d6fb89 Author: Luis Ressel aixah de> AuthorDate: Mon May 8 18:24:29 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu May 18 17:01:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d79fb64e chronyd: Re-align fc file policy/modules/contrib/chronyd.fc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/policy/modules/contrib/chronyd.fc b/policy/modules/contrib/chronyd.fc index 66f001b8..94b601fd 100644 --- a/policy/modules/contrib/chronyd.fc +++ b/policy/modules/contrib/chronyd.fc @@ -1,22 +1,22 @@ -/etc/chrony\.keys -- gen_context(system_u:object_r:chronyd_keys_t,s0) +/etc/chrony\.keys -- gen_context(system_u:object_r:chronyd_keys_t,s0) -/etc/rc\.d/init\.d/chronyd -- gen_context(system_u:object_r:chronyd_initrc_exec_t,s0) +/etc/rc\.d/init\.d/chronyd -- gen_context(system_u:object_r:chronyd_initrc_exec_t,s0) -/usr/bin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) +/usr/bin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) # Systend unit files /usr/lib/systemd/system/[^/]*chrony-wait.* -- gen_context(system_u:object_r:chronyd_unit_t,s0) /usr/lib/systemd/system/[^/]*chronyd.* -- gen_context(system_u:object_r:chronyd_unit_t,s0) -/usr/sbin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) +/usr/sbin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) -/var/lib/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_lib_t,s0) +/var/lib/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_lib_t,s0) -/var/log/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_log_t,s0) +/var/log/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_log_t,s0) -/run/chronyd(/.*) gen_context(system_u:object_r:chronyd_var_run_t,s0) -/run/chronyd\.pid -- gen_context(system_u:object_r:chronyd_var_run_t,s0) -/run/chronyd\.sock -s gen_context(system_u:object_r:chronyd_var_run_t,s0) +/run/chronyd(/.*) gen_context(system_u:object_r:chronyd_var_run_t,s0) +/run/chronyd\.pid -- gen_context(system_u:object_r:chronyd_var_run_t,s0) +/run/chronyd\.sock -s gen_context(system_u:object_r:chronyd_var_run_t,s0) ifdef(`distro_gentoo',` /etc/chrony/chrony\.keys -- gen_context(system_u:object_r:chronyd_keys_t,s0) 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 5AF0A139694 for ; Thu, 18 May 2017 17:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 741E7E0EFB; Thu, 18 May 2017 17:02:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52AA9E0EFB for ; Thu, 18 May 2017 17:02:41 +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 8E0983416A5 for ; Thu, 18 May 2017 17:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 204607466 for ; Thu, 18 May 2017 17:02:38 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1495126911.d79fb64e176175d6ee37237aa03b3b00d9d6fb89.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/chronyd.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d79fb64e176175d6ee37237aa03b3b00d9d6fb89 X-VCS-Branch: swift Date: Thu, 18 May 2017 17:02:38 +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: 5b9acecd-7087-4cce-a34c-8039310259c7 X-Archives-Hash: 85053b56081f45f7abacfb9113fb6a5e Message-ID: <20170518170238.lDp4gx68GJRQI1xOMmHcXHEXHGy6P8ceFHhdlc_Zk7Q@z> commit: d79fb64e176175d6ee37237aa03b3b00d9d6fb89 Author: Luis Ressel aixah de> AuthorDate: Mon May 8 18:24:29 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu May 18 17:01:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d79fb64e chronyd: Re-align fc file policy/modules/contrib/chronyd.fc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/policy/modules/contrib/chronyd.fc b/policy/modules/contrib/chronyd.fc index 66f001b8..94b601fd 100644 --- a/policy/modules/contrib/chronyd.fc +++ b/policy/modules/contrib/chronyd.fc @@ -1,22 +1,22 @@ -/etc/chrony\.keys -- gen_context(system_u:object_r:chronyd_keys_t,s0) +/etc/chrony\.keys -- gen_context(system_u:object_r:chronyd_keys_t,s0) -/etc/rc\.d/init\.d/chronyd -- gen_context(system_u:object_r:chronyd_initrc_exec_t,s0) +/etc/rc\.d/init\.d/chronyd -- gen_context(system_u:object_r:chronyd_initrc_exec_t,s0) -/usr/bin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) +/usr/bin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) # Systend unit files /usr/lib/systemd/system/[^/]*chrony-wait.* -- gen_context(system_u:object_r:chronyd_unit_t,s0) /usr/lib/systemd/system/[^/]*chronyd.* -- gen_context(system_u:object_r:chronyd_unit_t,s0) -/usr/sbin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) +/usr/sbin/chronyd -- gen_context(system_u:object_r:chronyd_exec_t,s0) -/var/lib/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_lib_t,s0) +/var/lib/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_lib_t,s0) -/var/log/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_log_t,s0) +/var/log/chrony(/.*)? gen_context(system_u:object_r:chronyd_var_log_t,s0) -/run/chronyd(/.*) gen_context(system_u:object_r:chronyd_var_run_t,s0) -/run/chronyd\.pid -- gen_context(system_u:object_r:chronyd_var_run_t,s0) -/run/chronyd\.sock -s gen_context(system_u:object_r:chronyd_var_run_t,s0) +/run/chronyd(/.*) gen_context(system_u:object_r:chronyd_var_run_t,s0) +/run/chronyd\.pid -- gen_context(system_u:object_r:chronyd_var_run_t,s0) +/run/chronyd\.sock -s gen_context(system_u:object_r:chronyd_var_run_t,s0) ifdef(`distro_gentoo',` /etc/chrony/chrony\.keys -- gen_context(system_u:object_r:chronyd_keys_t,s0)