1
0
mirror of https://passt.top/passt synced 2024-06-30 15:02:40 +00:00

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: 1f4b7fa0d7 ("passt, pasta: Add examples of SELinux policy modules")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2023-02-21 17:56:07 +00:00
parent 4663ccc89a
commit 9136f74015

View File

@ -8,7 +8,7 @@
# Copyright (c) 2022 Red Hat GmbH
# Author: Stefano Brivio <sbrivio@redhat.com>
interface('passt_read_data','
interface(`passt_read_data',`
gen_require(`
type passt_data_t;
')