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.


 161 
 162 <xsl:template match="exec_env">      <BR/>     <I>EXEC_ENV </I>  <xsl:apply-
 163 templates/> </xsl:template>
 164 
 165 <xsl:template match="env">    <BR/> <I>env:   </I>   <xsl:value-of
 166 select="."/> </xsl:template>
 167 
 168 <xsl:template match="arbitrary">   <BR/>     <I>ARBITRARY: </I>  <I> print:
 169 </I><xsl:value-of select="@print"/> <I> type: </I><xsl:value-of
 170 select="@type"/>    <I>        count: </I><xsl:value-of select="@count"/>    <BR/>
 171      <xsl:value-of select="."/>   </xsl:template>
 172 
 173 <xsl:template match="privilege">   <BR/>     <I>PRIVILEGE: </I>  <I> set-type:
 174 </I><xsl:value-of select="@set-type"/>      <BR/>       <xsl:value-of      select="."/>
 175 </xsl:template>
 176 
 177 <xsl:template match="use_of_privilege">        <BR/>     <I>USE_OF_PRIVILEGE:
 178 </I>        <I> result: </I><xsl:value-of  select="@result"/>  <BR/>
 179      <xsl:value-of select="."/>   </xsl:template>
 180 




 181 <xsl:template match="sensitivity_label">     <BR/>     <I>SENSITIVITY_LABEL:
 182 </I>   <xsl:value-of select="."/> </xsl:template>
 183 
 184 <xsl:template match="use_of_authorization">  <BR/>
 185      <I>USE_OF_AUTHORIZATION: </I>   <xsl:value-of select="."/>       </xsl:template>
 186 
 187 <xsl:template match="IPC">    <BR/> <I>IPC </I>    <I> ipc-type:
 188 </I><xsl:value-of select="@ipc-type"/>      <I> ipc-id: </I><xsl:value-of
 189 select="@ipc-id"/> </xsl:template>
 190 
 191 <xsl:template match="IPC_perm">      <BR/>     <I>IPC_PERM </I>  <I> uid:
 192 </I><xsl:value-of select="@uid"/>  <I> gid: </I><xsl:value-of select="@gid"/>
 193      <I> creator-uid: </I><xsl:value-of  select="@creator-uid"/>       <I> creator-gid:
 194 </I><xsl:value-of select="@creator-gid"/>    <I> mode: </I><xsl:value-of
 195 select="@mode"/>    <I>        seq: </I><xsl:value-of select="@seq"/>       <I> key:
 196 </I><xsl:value-of select="@key"/> </xsl:template>
 197 
 198 <xsl:template match="ip_address">  <BR/>     <I>IP_ADDRESS: </I>   <xsl:value-
 199 of select="."/>      </xsl:template>
 200 




 161 
 162 <xsl:template match="exec_env">      <BR/>     <I>EXEC_ENV </I>  <xsl:apply-
 163 templates/> </xsl:template>
 164 
 165 <xsl:template match="env">    <BR/> <I>env:   </I>   <xsl:value-of
 166 select="."/> </xsl:template>
 167 
 168 <xsl:template match="arbitrary">   <BR/>     <I>ARBITRARY: </I>  <I> print:
 169 </I><xsl:value-of select="@print"/> <I> type: </I><xsl:value-of
 170 select="@type"/>    <I>        count: </I><xsl:value-of select="@count"/>    <BR/>
 171      <xsl:value-of select="."/>   </xsl:template>
 172 
 173 <xsl:template match="privilege">   <BR/>     <I>PRIVILEGE: </I>  <I> set-type:
 174 </I><xsl:value-of select="@set-type"/>      <BR/>       <xsl:value-of      select="."/>
 175 </xsl:template>
 176 
 177 <xsl:template match="use_of_privilege">        <BR/>     <I>USE_OF_PRIVILEGE:
 178 </I>        <I> result: </I><xsl:value-of  select="@result"/>  <BR/>
 179      <xsl:value-of select="."/>   </xsl:template>
 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 
 185 <xsl:template match="sensitivity_label">     <BR/>     <I>SENSITIVITY_LABEL:
 186 </I>   <xsl:value-of select="."/> </xsl:template>
 187 
 188 <xsl:template match="use_of_authorization">  <BR/>
 189      <I>USE_OF_AUTHORIZATION: </I>   <xsl:value-of select="."/>       </xsl:template>
 190 
 191 <xsl:template match="IPC">    <BR/> <I>IPC </I>    <I> ipc-type:
 192 </I><xsl:value-of select="@ipc-type"/>      <I> ipc-id: </I><xsl:value-of
 193 select="@ipc-id"/> </xsl:template>
 194 
 195 <xsl:template match="IPC_perm">      <BR/>     <I>IPC_PERM </I>  <I> uid:
 196 </I><xsl:value-of select="@uid"/>  <I> gid: </I><xsl:value-of select="@gid"/>
 197      <I> creator-uid: </I><xsl:value-of  select="@creator-uid"/>       <I> creator-gid:
 198 </I><xsl:value-of select="@creator-gid"/>    <I> mode: </I><xsl:value-of
 199 select="@mode"/>    <I>        seq: </I><xsl:value-of select="@seq"/>       <I> key:
 200 </I><xsl:value-of select="@key"/> </xsl:template>
 201 
 202 <xsl:template match="ip_address">  <BR/>     <I>IP_ADDRESS: </I>   <xsl:value-
 203 of select="."/>      </xsl:template>
 204