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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8273D1382C5 for ; Mon, 11 Jan 2021 01:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 932A0E0AD6; Mon, 11 Jan 2021 01:27:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F708E0AD6 for ; Mon, 11 Jan 2021 01:27:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA6B341087 for ; Mon, 11 Jan 2021 01:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81FAD49C for ; Mon, 11 Jan 2021 01:27:06 +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: <1610315537.9c35b59e9b72544877ec8d341bdde55423d0b7da.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/init.if policy/modules/system/systemd.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9c35b59e9b72544877ec8d341bdde55423d0b7da X-VCS-Branch: master Date: Mon, 11 Jan 2021 01:27:06 +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: 2bf124db-1ee0-4acf-b0b2-3e3cda223e56 X-Archives-Hash: bb87fffbbcea1650f83653f2afc89379 commit: 9c35b59e9b72544877ec8d341bdde55423d0b7da Author: Chris PeBenito ieee org> AuthorDate: Thu Dec 3 14:37:29 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 10 21:52:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9c35b59e systemd: Rename systemd_connectto_socket_proxyd_unix_sockets() to systemd_stream_connect_socket_proxyd(). Signed-off-by: Chris PeBenito ieee.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/system/init.if | 2 +- policy/modules/system/systemd.if | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index e3d50779..7f37e6cb 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -361,7 +361,7 @@ interface(`init_daemon_domain',` allow $1 init_t:unix_dgram_socket sendto; optional_policy(` - systemd_connectto_socket_proxyd_unix_sockets($1) + systemd_stream_connect_socket_proxyd($1) ') ') diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if index 9335d4a2..ffbdd6d1 100644 --- a/policy/modules/system/systemd.if +++ b/policy/modules/system/systemd.if @@ -973,7 +973,7 @@ interface(`systemd_status_power_units',` ## ## # -interface(`systemd_connectto_socket_proxyd_unix_sockets', ` +interface(`systemd_stream_connect_socket_proxyd', ` gen_require(` type systemd_socket_proxyd_t; ')