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 B290615800F for ; Mon, 13 Feb 2023 15:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20C12E0866; Mon, 13 Feb 2023 15:35:33 +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 08C82E0866 for ; Mon, 13 Feb 2023 15:35:33 +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 26DED33BF5B for ; Mon, 13 Feb 2023 15:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 785FB8CA for ; Mon, 13 Feb 2023 15:35:28 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1676301994.78387476d3ba8639eaa402a26f9b84691db92def.concord@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/sysnetwork.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 78387476d3ba8639eaa402a26f9b84691db92def X-VCS-Branch: master Date: Mon, 13 Feb 2023 15:35:28 +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: fd347c4b-b624-40b0-8ce4-cd664f73ab24 X-Archives-Hash: fde3bdda067e420da98be28cecc3204e commit: 78387476d3ba8639eaa402a26f9b84691db92def Author: Chris PeBenito ieee org> AuthorDate: Mon Feb 13 14:38:00 2023 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Feb 13 15:26:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=78387476 sysnetwork: Rename sysnet_dontaudit_rw_dhcpc_unix_dgram_sockets() Signed-off-by: Chris PeBenito ieee.org> Signed-off-by: Kenton Groombridge gentoo.org> policy/modules/system/sysnetwork.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/sysnetwork.if b/policy/modules/system/sysnetwork.if index 99291eefe..70e873fe6 100644 --- a/policy/modules/system/sysnetwork.if +++ b/policy/modules/system/sysnetwork.if @@ -94,7 +94,7 @@ interface(`sysnet_dontaudit_use_dhcpc_fds',` ## ## # -interface(`sysnet_dontaudit_rw_dhcpc_unix_dgram_sockets',` +interface(`sysnet_dontaudit_rw_dhcpc_dgram_sockets',` gen_require(` type dhcpc_t; ')