forked from pool/selinux-policy
6fa6803f18
- Update to version 20200910. Refreshed * fix_authlogin.patch * fix_nagios.patch * fix_systemd.patch * fix_usermanage.patch - Delete suse_specific.patch, moved content into fix_selinuxutil.patch - Cleanup of booleans-* presets * Enabled user_rw_noexattrfile unconfined_chrome_sandbox_transition unconfined_mozilla_plugin_transition for the minimal policy * Disabled xserver_object_manager for the MLS policy * Disabled openvpn_enable_homedirs privoxy_connect_any selinuxuser_direct_dri_enabled selinuxuser_ping (aka user_ping) squid_connect_any telepathy_tcp_connect_generic_network_ports for the targeted policy Change your local config if you need them - Build HTML version of manpages for the -devel package OBS-URL: https://build.opensuse.org/request/show/833509 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=83
27 lines
687 B
Diff
27 lines
687 B
Diff
Index: fedora-policy/policy/modules/system/systemd.te
|
|
===================================================================
|
|
--- fedora-policy.orig/policy/modules/system/systemd.te
|
|
+++ fedora-policy/policy/modules/system/systemd.te
|
|
@@ -332,6 +332,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)
|
|
')
|
|
|
|
@@ -828,6 +832,10 @@ optional_policy(`
|
|
dbus_connect_system_bus(systemd_hostnamed_t)
|
|
')
|
|
|
|
+optional_policy(`
|
|
+ nscd_unconfined(systemd_hostnamed_t)
|
|
+')
|
|
+
|
|
#######################################
|
|
#
|
|
# rfkill policy
|