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.man.txt
          +++ new/usr/src/lib/libbsm/adt_record.xsl.1.man.txt
↓ open down ↓ 170 lines elided ↑ open up ↑
 171  171       <xsl:value-of select="."/> </xsl:template>
 172  172  
 173  173  <xsl:template match="privilege">   <BR/>     <I>PRIVILEGE: </I>  <I> set-type:
 174  174  </I><xsl:value-of select="@set-type"/>  <BR/>     <xsl:value-of select="."/>
 175  175  </xsl:template>
 176  176  
 177  177  <xsl:template match="use_of_privilege">      <BR/>     <I>USE_OF_PRIVILEGE:
 178  178  </I>      <I> result: </I><xsl:value-of select="@result"/>  <BR/>
 179  179       <xsl:value-of select="."/> </xsl:template>
 180  180  
      181 +<xsl:template match="secflags">    <BR/>     <I>SECFLAGS: </I>   <I> set-type:
      182 +</I><xsl:value-of select="@set-type"/>  <BR/>     <xsl:value-of select="."/>
      183 +</xsl:template>
      184 +
 181  185  <xsl:template match="sensitivity_label">     <BR/>     <I>SENSITIVITY_LABEL:
 182  186  </I>   <xsl:value-of select="."/> </xsl:template>
 183  187  
 184  188  <xsl:template match="use_of_authorization">  <BR/>
 185  189       <I>USE_OF_AUTHORIZATION: </I>   <xsl:value-of select="."/> </xsl:template>
 186  190  
 187  191  <xsl:template match="IPC">    <BR/>     <I>IPC </I>    <I> ipc-type:
 188  192  </I><xsl:value-of select="@ipc-type"/>  <I> ipc-id: </I><xsl:value-of
 189  193  select="@ipc-id"/> </xsl:template>
 190  194  
↓ open down ↓ 108 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX