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 4C5F6158095 for ; Sat, 3 Sep 2022 19:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6CD9E0837; Sat, 3 Sep 2022 19:10:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8F6D8E0831 for ; Sat, 3 Sep 2022 19:10: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 ACD17340FFF for ; Sat, 3 Sep 2022 19:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C4515E0 for ; Sat, 3 Sep 2022 19:10:17 +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: <1662230515.dc4934ce2c12df07b50c5c20b759c2ea27e4fa90.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/podman.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: dc4934ce2c12df07b50c5c20b759c2ea27e4fa90 X-VCS-Branch: master Date: Sat, 3 Sep 2022 19:10:17 +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: 5afb1c75-64f8-4391-82a2-11b6368377cd X-Archives-Hash: 34b2c4fbfe2600d91d99515f278eaa39 commit: dc4934ce2c12df07b50c5c20b759c2ea27e4fa90 Author: Kenton Groombridge concord sh> AuthorDate: Tue May 24 03:00:56 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Sep 3 18:41:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dc4934ce podman: add alias for conmon executable Signed-off-by: Kenton Groombridge concord.sh> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/podman.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/podman.te b/policy/modules/services/podman.te index e4393643..24c7092f 100644 --- a/policy/modules/services/podman.te +++ b/policy/modules/services/podman.te @@ -23,6 +23,7 @@ mls_trusted_object(podman_user_t) attribute conmon_domain; type conmon_exec_t; +typealias conmon_exec_t alias podman_conmon_exec_t; podman_conmon_domain_template(podman, podman_t) role system_r types podman_conmon_t;