1
0
mirror of https://passt.top/passt synced 2024-06-28 05:52:41 +00:00

contrib/selinux: Drop unused passt_read_data() interface

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2023-03-10 14:53:37 +00:00
parent 9f35cf0b11
commit dcdc50fc22

View File

@ -8,14 +8,6 @@
# Copyright (c) 2022 Red Hat GmbH
# 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',`
gen_require(`
type passt_t, passt_exec_t;