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.

@@ -176,10 +176,14 @@
 
 <xsl:template match="use_of_privilege">      <BR/>     <I>USE_OF_PRIVILEGE:
 </I>      <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>
 
 <xsl:template match="use_of_authorization">  <BR/>
      <I>USE_OF_AUTHORIZATION: </I>   <xsl:value-of select="."/> </xsl:template>