From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 77E2315808A for ; Tue, 15 Jul 2025 08:05:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 58901340EE5 for ; Tue, 15 Jul 2025 08:05:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5B76D1102A2; Tue, 15 Jul 2025 08:05:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5096B1102A2 for ; Tue, 15 Jul 2025 08:05: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05638340E65 for ; Tue, 15 Jul 2025 08:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 404022FA7 for ; Tue, 15 Jul 2025 08:05:38 +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: <1752566694.dba3f83153dc28f4a98762e8e7cb10f010324150.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.fc X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: dba3f83153dc28f4a98762e8e7cb10f010324150 X-VCS-Branch: master Date: Tue, 15 Jul 2025 08:05: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09e2be35-f78b-4c6e-90d0-2bdadbc52071 X-Archives-Hash: b5d06b56111ce10e4766e74f1b0d08ad commit: dba3f83153dc28f4a98762e8e7cb10f010324150 Author: Kenton Groombridge gentoo org> AuthorDate: Sun Jun 29 15:55:05 2025 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jul 15 08:04:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dba3f831 container: add filecons for kubevirt Signed-off-by: Kenton Groombridge gentoo.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/container.fc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/services/container.fc b/policy/modules/services/container.fc index f98e68ba0..f8810a642 100644 --- a/policy/modules/services/container.fc +++ b/policy/modules/services/container.fc @@ -99,6 +99,9 @@ HOME_DIR/\.docker(/.*)? gen_context(system_u:object_r:container_conf_home_t,s0) /var/lib/kubelet/plugins(/.*)? gen_context(system_u:object_r:container_file_t,s0) /var/lib/kubelet/plugins_registry(/.*)? gen_context(system_u:object_r:container_file_t,s0) +/var/lib/kubevirt(/.*)? gen_context(system_u:object_r:container_var_lib_t,s0) +/var/lib/kubevirt-node-labeller(/.*)? gen_context(system_u:object_r:container_var_lib_t,s0) + /var/lib/calico(/.*)? gen_context(system_u:object_r:container_file_t,s0) /var/lib/etcd(/.*)? gen_context(system_u:object_r:container_file_t,s0) /var/lib/kube-proxy(/.*)? gen_context(system_u:object_r:container_file_t,s0)