forked from pool/selinux-policy
80b8756a0f
OBS-URL: https://build.opensuse.org/request/show/948335 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/selinux-policy?expand=0&rev=22
36 lines
915 B
Diff
36 lines
915 B
Diff
Index: fedora-policy-20220124/policy/modules/system/systemd.te
|
|
===================================================================
|
|
--- fedora-policy-20220124.orig/policy/modules/system/systemd.te
|
|
+++ fedora-policy-20220124/policy/modules/system/systemd.te
|
|
@@ -353,6 +353,10 @@ userdom_manage_user_tmp_chr_files(system
|
|
xserver_dbus_chat(systemd_logind_t)
|
|
|
|
optional_policy(`
|
|
+ packagekit_dbus_chat(systemd_logind_t)
|
|
+')
|
|
+
|
|
+optional_policy(`
|
|
apache_read_tmp_files(systemd_logind_t)
|
|
')
|
|
|
|
@@ -868,6 +872,10 @@ optional_policy(`
|
|
udev_read_pid_files(systemd_hostnamed_t)
|
|
')
|
|
|
|
+optional_policy(`
|
|
+ nscd_unconfined(systemd_hostnamed_t)
|
|
+')
|
|
+
|
|
#######################################
|
|
#
|
|
# rfkill policy
|
|
@@ -1115,6 +1123,8 @@ optional_policy(`
|
|
udev_read_pid_files(systemd_gpt_generator_t)
|
|
')
|
|
|
|
+udev_read_pid_files(systemd_gpt_generator_t)
|
|
+
|
|
#######################################
|
|
#
|
|
# systemd_resolved domain
|