Blame SOURCES/0009-contrib-selinux-Drop-duplicate-init_daemon_domain-ru.patch

f07426
From bbeecf78cf598f24bd2f1434dfbb3fad7b549f59 Mon Sep 17 00:00:00 2001
f07426
From: Stefano Brivio <sbrivio@redhat.com>
f07426
Date: Mon, 6 Mar 2023 22:48:21 +0000
f07426
Subject: [PATCH 09/20] contrib/selinux: Drop duplicate init_daemon_domain()
f07426
 rule
f07426
f07426
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
f07426
Tested-by: Laine Stump <laine@redhat.com>
f07426
Reviewed-by: Laine Stump <laine@redhat.com>
f07426
(cherry picked from commit 009af75e450aae1d4e9e031a9e42a0e74ce1adf7)
f07426
---
f07426
 contrib/selinux/passt.te | 1 -
f07426
 1 file changed, 1 deletion(-)
f07426
f07426
diff --git a/contrib/selinux/passt.te b/contrib/selinux/passt.te
f07426
index 7fa4fb9..593b346 100644
f07426
--- a/contrib/selinux/passt.te
f07426
+++ b/contrib/selinux/passt.te
f07426
@@ -57,7 +57,6 @@ type passt_t;
f07426
 domain_type(passt_t);
f07426
 type passt_exec_t;
f07426
 files_type(passt_exec_t);
f07426
-init_daemon_domain(passt_t, passt_exec_t)
f07426
 type passt_log_t;
f07426
 logging_log_file(passt_log_t);
f07426
 type passt_etc_t;
f07426
-- 
f07426
2.39.2
f07426