- Turn off allow_execmem boolean

- Allow ftp dac_override when allowed to access users homedirs
This commit is contained in:
Daniel J Walsh 2006-05-12 02:39:30 +00:00
parent ca8bc2df6e
commit 89e397d026
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack.
#
allow_execmem = true
allow_execmem = false
# Allow making a modified private filemapping executable (text relocation).
#

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.2.38
Release: 3
Release: 4
License: GPL
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -335,6 +335,10 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif
%changelog
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-4
- Turn off allow_execmem boolean
- Allow ftp dac_override when allowed to access users homedirs
* Wed May 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-3
- Clean up spec file
- Transition from unconfined_t to prelink_t