- More textrel_shlib_t file path fixes

- Add ada support
This commit is contained in:
Daniel J Walsh 2006-04-06 19:08:54 +00:00
parent 4fd214b03b
commit 67bc5ebb6c
3 changed files with 13 additions and 2 deletions

View File

@ -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 = true allow_execstack = false
# Allow ftp servers to modify public filesused for public file transfer services. # Allow ftp servers to modify public filesused for public file transfer services.
# #

View File

@ -1001,6 +1001,13 @@ xen = base
# #
java = base java = base
# Layer: apps
# Module: ada
#
# ada executable
#
ada = base
# Layer: services # Layer: services
# Module: logwatch # Module: logwatch
# #

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.2.29 Version: 2.2.29
Release: 3 Release: 4
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -320,6 +320,10 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
%endif %endif
%changelog %changelog
* Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-4
- More textrel_shlib_t file path fixes
- Add ada support
* Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3 * Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3
- Get auditctl working in MLS policy - Get auditctl working in MLS policy