From 9136f74015106e938db6e91672d502d007d59816 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 21 Feb 2023 17:56:07 +0000 Subject: selinux/passt.if: Fix typo in passt_read_data interface definition 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(-) (limited to 'contrib/selinux/passt.if') 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; ') -- cgit v1.2.3