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 89FF9158083 for ; Sun, 22 Sep 2024 00:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C899E29BD; Sun, 22 Sep 2024 00:03:40 +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 80B2DE29BD for ; Sun, 22 Sep 2024 00:03:40 +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 31F4E343181 for ; Sun, 22 Sep 2024 00:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B602800 for ; Sun, 22 Sep 2024 00:03:35 +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: <1726957709.d3f848f176741b7a2df860ec4ffba055e5bcc5e6.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/container.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d3f848f176741b7a2df860ec4ffba055e5bcc5e6 X-VCS-Branch: master Date: Sun, 22 Sep 2024 00:03:35 +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: 1c88a787-3057-437b-9fd3-e4f958a12829 X-Archives-Hash: 80f346a62ab8688d0ee65a038306798d commit: d3f848f176741b7a2df860ec4ffba055e5bcc5e6 Author: Kenton Groombridge gentoo org> AuthorDate: Fri Aug 9 14:35:43 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Sep 21 22:28:29 2024 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d3f848f1 container: allow reading generic certs There are cases where one may want to mount certs on the host into a container. Signed-off-by: Kenton Groombridge gentoo.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/container.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/container.te b/policy/modules/services/container.te index e9f59e516..8fcd88e1e 100644 --- a/policy/modules/services/container.te +++ b/policy/modules/services/container.te @@ -389,6 +389,7 @@ libs_dontaudit_setattr_lib_files(container_domain) miscfiles_read_localization(container_domain) miscfiles_dontaudit_setattr_fonts_cache_dirs(container_domain) miscfiles_read_fonts(container_domain) +miscfiles_read_generic_certs(container_domain) mta_dontaudit_read_spool_symlinks(container_domain)