forked from pool/selinux-policy
321f539d0b
- Update to version 20220124. Refreshed: * fix_hadoop.patch * fix_init.patch * fix_kernel_sysctl.patch * fix_systemd.patch * fix_systemd_watch.patch - Added fix_hypervkvp.patch to fix issues with hyperv labeling (bsc#1193987) OBS-URL: https://build.opensuse.org/request/show/948331 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=124
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
|