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 8C8B9158091 for ; Mon, 6 Jun 2022 15:13:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED5FE0867; Mon, 6 Jun 2022 15:13:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 40D5AE0867 for ; Mon, 6 Jun 2022 15:13:36 +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 2B2F7341A3A for ; Mon, 6 Jun 2022 15:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7884F8 for ; Mon, 6 Jun 2022 15:13:32 +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: <1654528392.a9c2b478b7d9d252301d0da8365ac28c1c4c240c.concord@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:various-20211111 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: a9c2b478b7d9d252301d0da8365ac28c1c4c240c X-VCS-Branch: various-20211111 Date: Mon, 6 Jun 2022 15:13:32 +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: 5e230594-895b-4877-a354-a3c5cccd90b2 X-Archives-Hash: fa6ddf8043aa5da3aa8187e0b1dffc99 commit: a9c2b478b7d9d252301d0da8365ac28c1c4c240c Author: Kenton Groombridge gentoo org> AuthorDate: Sat Nov 13 17:41:37 2021 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Jun 6 15:13:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a9c2b478 miscfiles: add file context for /usr/share/ca-certificates Signed-off-by: Kenton Groombridge concord.sh> 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) 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 EF126158091 for ; Mon, 6 Jun 2022 15:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F416E0863; Mon, 6 Jun 2022 15:14:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 248A2E0863 for ; Mon, 6 Jun 2022 15:14:21 +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 3C062341A29 for ; Mon, 6 Jun 2022 15:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 967674FF for ; Mon, 6 Jun 2022 15:13:47 +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: <1654528392.a9c2b478b7d9d252301d0da8365ac28c1c4c240c.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: a9c2b478b7d9d252301d0da8365ac28c1c4c240c X-VCS-Branch: concord-dev Date: Mon, 6 Jun 2022 15:13:47 +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: dd426558-1cf7-4571-9292-b9886336f309 X-Archives-Hash: 19b6dca9edfdd352c9eff1d34ae60e78 Message-ID: <20220606151347.uaNdODG-ypkTjpa5tvAoVVRRcZ9w1SpBlxZy_qHauVg@z> commit: a9c2b478b7d9d252301d0da8365ac28c1c4c240c Author: Kenton Groombridge gentoo org> AuthorDate: Sat Nov 13 17:41:37 2021 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Jun 6 15:13:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a9c2b478 miscfiles: add file context for /usr/share/ca-certificates Signed-off-by: Kenton Groombridge concord.sh> 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)