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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AE67158020 for ; Wed, 12 Oct 2022 13:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4FDCE097A; Wed, 12 Oct 2022 13:35:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE339E0975 for ; Wed, 12 Oct 2022 13:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D75B340D3C for ; Wed, 12 Oct 2022 13:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33AEE615 for ; Wed, 12 Oct 2022 13:35:00 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1662235477.981aa7aa147482d2f70458f0063476fa31869841.concord@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:concord-dev 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: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 981aa7aa147482d2f70458f0063476fa31869841 X-VCS-Branch: concord-dev Date: Wed, 12 Oct 2022 13:35:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a3b2e16-46f4-41a7-b479-5658ba1b76c8 X-Archives-Hash: 0c8179e0d175f0dd9b83170ecd959810 Message-ID: <20221012133500.fyT15M2HWBY_c7E2dRZWSOGTTaPmBeWXhQFkNqpFAVI@z> commit: 981aa7aa147482d2f70458f0063476fa31869841 Author: Kenton Groombridge gentoo org> AuthorDate: Sat Nov 13 17:41:37 2021 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Sat Sep 3 20:04:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=981aa7aa miscfiles: add file context for /usr/share/ca-certificates Signed-off-by: Kenton Groombridge gentoo.org> policy/modules/system/miscfiles.fc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc index 87a0cae1..3fa37471 100644 --- a/policy/modules/system/miscfiles.fc +++ b/policy/modules/system/miscfiles.fc @@ -58,6 +58,9 @@ ifdef(`distro_redhat',` /usr/share/ssl/certs(/.*)? gen_context(system_u:object_r:cert_t,s0) /usr/share/ssl/private(/.*)? gen_context(system_u:object_r:cert_t,s0) +ifdef(`distro_gentoo',` +/usr/share/ca-certificates(/.*)? gen_context(system_u:object_r:cert_t,s0) +') /usr/X11R6/lib/X11/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)