Put tomcat_t back in unconfined domains for now. BZ(1436434)

This commit is contained in:
Adam Williamson 2017-03-27 17:00:43 -07:00
parent b8c3e1f896
commit f993349d77
2 changed files with 15 additions and 3 deletions

View File

@ -110363,10 +110363,10 @@ index 0000000..e5cec8f
+') +')
diff --git a/tomcat.te b/tomcat.te diff --git a/tomcat.te b/tomcat.te
new file mode 100644 new file mode 100644
index 0000000..3bc263e index 0000000..5a263b2
--- /dev/null --- /dev/null
+++ b/tomcat.te +++ b/tomcat.te
@@ -0,0 +1,60 @@ @@ -0,0 +1,69 @@
+policy_module(tomcat, 1.0.0) +policy_module(tomcat, 1.0.0)
+ +
+######################################## +########################################
@ -110381,6 +110381,15 @@ index 0000000..3bc263e
+type tomcat_unit_file_t; +type tomcat_unit_file_t;
+systemd_unit_file(tomcat_unit_file_t) +systemd_unit_file(tomcat_unit_file_t)
+ +
+#######################################
+#
+# tomcat local policy
+#
+
+optional_policy(`
+ unconfined_domain(tomcat_t)
+')
+
+######################################## +########################################
+# +#
+# tomcat domain local policy +# tomcat domain local policy

View File

@ -19,7 +19,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.13.1 Version: 3.13.1
Release: 247%{?dist} Release: 248%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -682,6 +682,9 @@ exit 0
%endif %endif
%changelog %changelog
* Mon Mar 27 2017 Adam Williamson <awilliam@redhat.com> - 3.13.1-248
- Put tomcat_t back in unconfined domains for now. BZ(1436434)
* Tue Mar 21 2017 Lukas Vrabec <lvrabec@redhat.com> - 3.13.1-247 * Tue Mar 21 2017 Lukas Vrabec <lvrabec@redhat.com> - 3.13.1-247
- Make fwupd_var_lib_t type mountpoint. BZ(1429341) - Make fwupd_var_lib_t type mountpoint. BZ(1429341)
- Remove tomcat_t domain from unconfined domains - Remove tomcat_t domain from unconfined domains