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 9684915808B for ; Sat, 9 Apr 2022 19:28:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F92EE09BF; Sat, 9 Apr 2022 19:28:51 +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 302BDE09C4 for ; Sat, 9 Apr 2022 19:28:50 +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 0F44934179E for ; Sat, 9 Apr 2022 19:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98030397 for ; Sat, 9 Apr 2022 19:28:47 +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: <1649532510.502084fa7b0f2a22c1d6c2f25f3dae7a54008dee.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: 502084fa7b0f2a22c1d6c2f25f3dae7a54008dee X-VCS-Branch: master Date: Sat, 9 Apr 2022 19:28: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: 5c605bb1-8900-42cd-b608-ce81b666d5b5 X-Archives-Hash: dd6f46f47217e2eec1345033e41bb325 commit: 502084fa7b0f2a22c1d6c2f25f3dae7a54008dee Author: Kenton Groombridge concord sh> AuthorDate: Thu Mar 31 19:02:13 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 9 19:28:30 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=502084fa podman: add rules for systemd container units Allow conmon to use init file descriptors and read-write init unix stream sockets. This is in support of containers started as systemd units. Signed-off-by: Kenton Groombridge concord.sh> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/podman.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/services/podman.te b/policy/modules/services/podman.te index e5158720..f8600a7a 100644 --- a/policy/modules/services/podman.te +++ b/policy/modules/services/podman.te @@ -175,6 +175,9 @@ fs_watch_cgroup_files(podman_conmon_t) fs_getattr_tmpfs(podman_conmon_t) fs_getattr_xattr_fs(podman_conmon_t) +init_rw_inherited_stream_socket(podman_conmon_t) +init_use_fds(podman_conmon_t) + logging_send_syslog_msg(podman_conmon_t) miscfiles_read_localization(podman_conmon_t)