diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-03-10 14:53:37 +0000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-03-10 20:01:41 +0100 |
commit | dcdc50fc2251339d6e929f708fad114e61b60627 (patch) | |
tree | 3fef22244bbebd3cf7ffb616784a8fdc157e6dde /contrib/selinux | |
parent | 9f35cf0b11891e9dfb12eeb5d52f728881f84967 (diff) | |
download | passt-dcdc50fc2251339d6e929f708fad114e61b60627.tar passt-dcdc50fc2251339d6e929f708fad114e61b60627.tar.gz passt-dcdc50fc2251339d6e929f708fad114e61b60627.tar.bz2 passt-dcdc50fc2251339d6e929f708fad114e61b60627.tar.lz passt-dcdc50fc2251339d6e929f708fad114e61b60627.tar.xz passt-dcdc50fc2251339d6e929f708fad114e61b60627.tar.zst passt-dcdc50fc2251339d6e929f708fad114e61b60627.zip |
contrib/selinux: Drop unused passt_read_data() interface
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib/selinux')
-rw-r--r-- | contrib/selinux/passt.if | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/selinux/passt.if b/contrib/selinux/passt.if index a79a8ec..3e37c5b 100644 --- a/contrib/selinux/passt.if +++ b/contrib/selinux/passt.if @@ -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; |