From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id 7B7FE5A026B; Tue, 21 Feb 2023 19:39:15 +0100 (CET) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 1/6] selinux/passt.if: Fix typo in passt_read_data interface definition Date: Tue, 21 Feb 2023 19:39:10 +0100 Message-Id: <20230221183915.3740123-2-sbrivio@redhat.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230221183915.3740123-1-sbrivio@redhat.com> References: <20230221183915.3740123-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: BMBV6HSIRCY5MFRBGDCXVDRSXELTY5UE X-Message-ID-Hash: BMBV6HSIRCY5MFRBGDCXVDRSXELTY5UE X-MailFrom: sbrivio@passt.top X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Laine Stump X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This is an example interface, currently unused, so it went undetected: m4 macros need a backtick at the beginning of a block instead of a single quote. Fixes: 1f4b7fa0d75d ("passt, pasta: Add examples of SELinux policy modules") Signed-off-by: Stefano Brivio --- contrib/selinux/passt.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/selinux/passt.if b/contrib/selinux/passt.if index 3ccb7f4..f689a99 100644 --- a/contrib/selinux/passt.if +++ b/contrib/selinux/passt.if @@ -8,7 +8,7 @@ # Copyright (c) 2022 Red Hat GmbH # Author: Stefano Brivio -interface('passt_read_data',' +interface(`passt_read_data',` gen_require(` type passt_data_t; ') -- 2.39.1