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 <sbrivio(a)redhat.com> --- 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 <sbrivio(a)redhat.com> -interface('passt_read_data',' +interface(`passt_read_data',` gen_require(` type passt_data_t; ') -- 2.39.1