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 5B078158094 for ; Sat, 3 Sep 2022 19:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8570E0855; Sat, 3 Sep 2022 19:10:22 +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 A0469E0855 for ; Sat, 3 Sep 2022 19:10:22 +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 A3112340FD9 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 4A5E95DF 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.ba5303bd6e351b8808575be29f2482c4d291236e.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: ba5303bd6e351b8808575be29f2482c4d291236e 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: 5c0a2fb3-6f53-47e5-a1f3-35b97485bccf X-Archives-Hash: cdab87d0509ba001f6caa3abe3b66e27 commit: ba5303bd6e351b8808575be29f2482c4d291236e Author: Kenton Groombridge concord sh> AuthorDate: Fri May 20 15:01:36 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=ba5303bd podman: typealias podman_user_conmon_t to podman_conmon_user_t 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 aef0fac9..e4393643 100644 --- a/policy/modules/services/podman.te +++ b/policy/modules/services/podman.te @@ -28,6 +28,7 @@ podman_conmon_domain_template(podman, podman_t) role system_r types podman_conmon_t; podman_conmon_domain_template(podman_user, podman_user_t) +typealias podman_user_conmon_t alias podman_conmon_user_t; userdom_user_application_domain(podman_user_conmon_t, conmon_exec_t) ########################################