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.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libbsm/adt_record.xsl.1
          +++ new/usr/src/lib/libbsm/adt_record.xsl.1
↓ open down ↓ 275 lines elided ↑ open up ↑
 276  276  </xsl:template>
 277  277  
 278  278  <xsl:template match="use_of_privilege">
 279  279          <BR/>
 280  280          <I>USE_OF_PRIVILEGE: </I>
 281  281          <I> result: </I><xsl:value-of select="@result"/>
 282  282          <BR/>
 283  283          <xsl:value-of select="."/>
 284  284  </xsl:template>
 285  285  
      286 +<xsl:template match="secflags">
      287 +        <BR/>
      288 +        <I>SECFLAGS: </I>
      289 +        <I> set-type: </I><xsl:value-of select="@set-type"/>
      290 +        <BR/>
      291 +        <xsl:value-of select="."/>
      292 +</xsl:template>
      293 +
 286  294  <xsl:template match="sensitivity_label">
 287  295          <BR/>
 288  296          <I>SENSITIVITY_LABEL: </I>   <xsl:value-of select="."/>
 289  297  </xsl:template>
 290  298  
 291  299  <xsl:template match="use_of_authorization">
 292  300          <BR/>
 293  301          <I>USE_OF_AUTHORIZATION: </I>   <xsl:value-of select="."/>
 294  302  </xsl:template>
 295  303  
↓ open down ↓ 176 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX