- 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
This commit is contained in:
parent
5974f40b57
commit
543bc335c1
@ -8,7 +8,7 @@ allow_execmod = false
|
|||||||
|
|
||||||
# Allow making the stack executable via mprotect.Also requires allow_execmem.
|
# Allow making the stack executable via mprotect.Also requires allow_execmem.
|
||||||
#
|
#
|
||||||
allow_execstack = false
|
allow_execstack = true
|
||||||
|
|
||||||
# Allow ftpd to read cifs directories.
|
# Allow ftpd to read cifs directories.
|
||||||
#
|
#
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.3.6
|
Version: 2.3.6
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-3
|
||||||
- Misc fixes
|
- Misc fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user