From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DBEE91395E1 for ; Sun, 2 Aug 2015 19:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A316514013; Sun, 2 Aug 2015 19:06:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2168D1403E for ; Sun, 2 Aug 2015 19:06:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7290B3406C7 for ; Sun, 2 Aug 2015 19:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00E6A12B for ; Sun, 2 Aug 2015 19:06:34 +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: <1438542285.1142e65e5281195a865c737d4640db42ae91c89a.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/miscfiles.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1142e65e5281195a865c737d4640db42ae91c89a X-VCS-Branch: next Date: Sun, 2 Aug 2015 19:06:34 +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: cec42a61-82ca-4c11-b5fd-c94a57121f5e X-Archives-Hash: e0db0e0035d94089fe39b348c5cf3d50 Message-ID: <20150802190634.Z2KnUge_AGakWBA-3dh33oU6yQihsL6ZdlA4PdmN-ao@z> commit: 1142e65e5281195a865c737d4640db42ae91c89a Author: Jason Zaman perfinion com> AuthorDate: Sun Aug 2 18:38:34 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Aug 2 19:04:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1142e65e miscfiles: gen_contexts was missing the sensitivity policy/modules/system/miscfiles.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc index f1b2103..be0b6a1 100644 --- a/policy/modules/system/miscfiles.fc +++ b/policy/modules/system/miscfiles.fc @@ -103,7 +103,7 @@ ifdef(`distro_redhat',` /var/spool/postfix/etc/localtime -- gen_context(system_u:object_r:locale_t,s0) ') -HOME_DIR/.pki(/.*)? gen_context(system_u:object_r:cert_home_t) +HOME_DIR/.pki(/.*)? gen_context(system_u:object_r:cert_home_t,s0) ifdef(`distro_gentoo',` /etc/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)