- More textrel_shlib_t file path fixes
- Add ada support
This commit is contained in:
parent
4fd214b03b
commit
67bc5ebb6c
@ -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.
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user