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
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
Index: fedora-policy/policy/modules/system/selinuxutil.te
|
|
===================================================================
|
|
--- fedora-policy.orig/policy/modules/system/selinuxutil.te 2020-02-19 09:36:25.444182470 +0000
|
|
+++ fedora-policy/policy/modules/system/selinuxutil.te 2020-02-24 07:57:26.556813139 +0000
|
|
@@ -238,6 +238,10 @@ ifdef(`hide_broken_symptoms',`
|
|
')
|
|
|
|
optional_policy(`
|
|
+ packagekit_read_write_fifo(load_policy_t)
|
|
+')
|
|
+
|
|
+optional_policy(`
|
|
portage_dontaudit_use_fds(load_policy_t)
|
|
')
|
|
|
|
@@ -613,6 +617,10 @@ logging_send_audit_msgs(setfiles_t)
|
|
logging_send_syslog_msg(setfiles_t)
|
|
|
|
optional_policy(`
|
|
+ packagekit_read_write_fifo(setfiles_t)
|
|
+')
|
|
+
|
|
+optional_policy(`
|
|
cloudform_dontaudit_write_cloud_log(setfiles_t)
|
|
')
|
|
|
|
Index: fedora-policy/policy/modules/system/selinuxutil.if
|
|
===================================================================
|
|
--- fedora-policy.orig/policy/modules/system/selinuxutil.if
|
|
+++ fedora-policy/policy/modules/system/selinuxutil.if
|
|
@@ -777,6 +777,8 @@ interface(`seutil_dontaudit_read_config'
|
|
|
|
dontaudit $1 selinux_config_t:dir search_dir_perms;
|
|
dontaudit $1 selinux_config_t:file read_file_perms;
|
|
+ # /etc/selinux/config was a link to /etc/sysconfig/selinux-policy, ignore read attemps
|
|
+ dontaudit $1 selinux_config_t:lnk_file read_lnk_file_perms;
|
|
')
|
|
|
|
########################################
|