diff --git a/booleans-targeted.conf b/booleans-targeted.conf index fedc7d8..5d55afd 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 = true +allow_execstack = false # Allow ftp servers to modify public filesused for public file transfer services. # diff --git a/modules-targeted.conf b/modules-targeted.conf index 05d66a2..8d01437 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -1001,6 +1001,13 @@ xen = base # java = base +# Layer: apps +# Module: ada +# +# ada executable +# +ada = base + # Layer: services # Module: logwatch # diff --git a/selinux-policy.spec b/selinux-policy.spec index 07f937f..ff547ba 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -16,7 +16,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.2.29 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -320,6 +320,10 @@ ln -sf ../devel/include /usr/share/selinux/strict/include %endif %changelog +* Mon Mar 30 2006 Dan Walsh 2.2.29-4 +- More textrel_shlib_t file path fixes +- Add ada support + * Mon Mar 30 2006 Dan Walsh 2.2.29-3 - Get auditctl working in MLS policy