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 A6483158088 for ; Mon, 7 Feb 2022 02:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B03A02BC028; Mon, 7 Feb 2022 02:15:02 +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 88B9B2BC028 for ; Mon, 7 Feb 2022 02:15:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7F5B7342D45 for ; Mon, 7 Feb 2022 02:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD3832D3 for ; Mon, 7 Feb 2022 02:14:58 +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: <1644199790.d2b6ae4f280b27859aeeda5c720a625297b72b2b.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/docker.fc X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d2b6ae4f280b27859aeeda5c720a625297b72b2b X-VCS-Branch: master Date: Mon, 7 Feb 2022 02:14:58 +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: 398e738c-d8ff-460a-9187-92ae1ebe16d8 X-Archives-Hash: 984b02aba03f28410a44c1deadba469b commit: d2b6ae4f280b27859aeeda5c720a625297b72b2b Author: Laurent Bigonville bigon be> AuthorDate: Wed Feb 2 10:25:52 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Feb 7 02:09:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d2b6ae4f docker: On debian dockerd and docker-proxy are in /usr/sbin Signed-off-by: Laurent Bigonville bigon.be> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/docker.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/services/docker.fc b/policy/modules/services/docker.fc index 577d148f..a5d0868e 100644 --- a/policy/modules/services/docker.fc +++ b/policy/modules/services/docker.fc @@ -6,3 +6,5 @@ /usr/bin/containerd-shim-runc-v1 -- gen_context(system_u:object_r:dockerd_exec_t,s0) /usr/bin/containerd-shim-runc-v2 -- gen_context(system_u:object_r:dockerd_exec_t,s0) /usr/bin/containerd-stress -- gen_context(system_u:object_r:dockerd_exec_t,s0) +/usr/sbin/dockerd -- gen_context(system_u:object_r:dockerd_exec_t,s0) +/usr/sbin/docker-proxy -- gen_context(system_u:object_r:dockerd_exec_t,s0)