contrib/selinux: Drop unused passt_read_data() interface
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
9f35cf0b11
commit
dcdc50fc22
1 changed files with 0 additions and 8 deletions
|
@ -8,14 +8,6 @@
|
||||||
# Copyright (c) 2022 Red Hat GmbH
|
# Copyright (c) 2022 Red Hat GmbH
|
||||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||||
|
|
||||||
interface(`passt_read_data',`
|
|
||||||
gen_require(`
|
|
||||||
type passt_data_t;
|
|
||||||
')
|
|
||||||
allow $1 passt_t:dir { search add_name };
|
|
||||||
allow $1 passt_t:file { open read getattr };
|
|
||||||
')
|
|
||||||
|
|
||||||
interface(`passt_domtrans',`
|
interface(`passt_domtrans',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type passt_t, passt_exec_t;
|
type passt_t, passt_exec_t;
|
||||||
|
|
Loading…
Reference in a new issue