diff --git a/booleans-targeted.conf b/booleans-targeted.conf
index 1fa75a2..3fd153c 100644
--- a/booleans-targeted.conf
+++ b/booleans-targeted.conf
@@ -8,7 +8,7 @@ allow_execmod = false
 
 # Allow making the stack executable via mprotect.Also requires allow_execmem.
 # 
-allow_execstack = false
+allow_execstack = true
 
 # Allow ftpd to read cifs directories.
 # 
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 0482f44..50e93d1 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.3.6
-Release: 3
+Release: 4
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -347,6 +347,11 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
 %endif
 
 %changelog
+* Fri Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-4
+- Change allow_execstack to default to on, for RHEL5 Beta.  
+  This is required because of a Java compiler problem.
+  Hope to turn off for next beta
+
 * Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-3
 - Misc fixes