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:
parent
4663ccc89a
commit
9136f74015
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue