Print this page
7029 want per-process exploit mitigation features (secflags)
7030 want basic address space layout randomization (aslr)
7031 noexec_user_stack should be a secflag
7032 want a means to forbid mappings around NULL.

*** 281,290 **** --- 281,298 ---- <I> result: </I><xsl:value-of select="@result"/> <BR/> <xsl:value-of select="."/> </xsl:template> + <xsl:template match="secflags"> + <BR/> + <I>SECFLAGS: </I> + <I> set-type: </I><xsl:value-of select="@set-type"/> + <BR/> + <xsl:value-of select="."/> + </xsl:template> + <xsl:template match="sensitivity_label"> <BR/> <I>SENSITIVITY_LABEL: </I> <xsl:value-of select="."/> </xsl:template>