selinux-policy/backport-Allow-systemd-logind-dbus-chat-with-sosreport.patch

32 lines
916 B
Diff
Raw Normal View History

2022-09-15 09:20:10 +08:00
From 676fdceecce7f6e31c7ffdd9ecebb579fb7e4fb6 Mon Sep 17 00:00:00 2001
From: Zdenek Pytela <zpytela@redhat.com>
Date: Thu, 24 Feb 2022 12:29:52 +0100
Subject: [PATCH] Allow systemd-logind dbus chat with sosreport
Reference: https://gitbub.com/fedora-selinux/selinux-policy/commit/676fdceecce7f6e31c7ffdd9ecebb579fb7e4fb6
Conflict: NA
Signed-off-by: lujie54 <lujie54@huawei.com>
---
policy/modules/system/systemd.te | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
index 3eabe11..8d96c4b 100644
--- a/policy/modules/system/systemd.te
+++ b/policy/modules/system/systemd.te
@@ -404,6 +404,10 @@ optional_policy(`
')
optional_policy(`
+ sosreport_dbus_chat(systemd_logind_t)
+')
+
+optional_policy(`
# It links /run/user/$USER/X11/display to /tmp/.X11-unix/X* sock_file
xserver_search_xdm_tmp_dirs(systemd_logind_t)
')
--
1.8.3.1