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 847A2158041 for ; Sun, 5 Sep 2021 16:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC1EE07F0; Sun, 5 Sep 2021 16:00:17 +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 C28CFE07F0 for ; Sun, 5 Sep 2021 16:00:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A0D7335D51 for ; Sun, 5 Sep 2021 16:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 143D47A for ; Sun, 5 Sep 2021 16:00:15 +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: <1630852004.e315469c688df9a1782d5023a092414f89ba21f1.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/avahi.if X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e315469c688df9a1782d5023a092414f89ba21f1 X-VCS-Branch: master Date: Sun, 5 Sep 2021 16:00:15 +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: 9d609f17-9a00-426b-a604-fa89fd38a42c X-Archives-Hash: ea062863bb7e50975017cf1b5e312572 commit: e315469c688df9a1782d5023a092414f89ba21f1 Author: Markus Linnala cybercom com> AuthorDate: Wed Jun 30 08:21:40 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 5 14:26:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e315469c policy avahi: avahi_filetrans_pid: doc: add missing params Even if interface is deprecated, still use all documented parameters. Signed-off-by: Markus Linnala cybercom.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/avahi.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/avahi.if b/policy/modules/services/avahi.if index 98d9d179..c223e8b3 100644 --- a/policy/modules/services/avahi.if +++ b/policy/modules/services/avahi.if @@ -255,7 +255,7 @@ interface(`avahi_dontaudit_search_pid',` # interface(`avahi_filetrans_pid',` refpolicywarn(`$0($*) has been deprecated, please use avahi_filetrans_runtime() instead.') - avahi_filetrans_runtime($1) + avahi_filetrans_runtime($*) ') ########################################