mirror of
https://passt.top/passt
synced 2025-03-20 07:58:53 +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: 1f4b7fa0d75d ("passt, pasta: Add examples of SELinux policy modules") Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
4663ccc89a
commit
9136f74015
@ -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;
|
||||
')
|
||||
|
Loading…
x
Reference in New Issue
Block a user