266 <BR/>
267 <xsl:value-of select="."/>
268 </xsl:template>
269
270 <xsl:template match="privilege">
271 <BR/>
272 <I>PRIVILEGE: </I>
273 <I> set-type: </I><xsl:value-of select="@set-type"/>
274 <BR/>
275 <xsl:value-of select="."/>
276 </xsl:template>
277
278 <xsl:template match="use_of_privilege">
279 <BR/>
280 <I>USE_OF_PRIVILEGE: </I>
281 <I> result: </I><xsl:value-of select="@result"/>
282 <BR/>
283 <xsl:value-of select="."/>
284 </xsl:template>
285
286 <xsl:template match="sensitivity_label">
287 <BR/>
288 <I>SENSITIVITY_LABEL: </I> <xsl:value-of select="."/>
289 </xsl:template>
290
291 <xsl:template match="use_of_authorization">
292 <BR/>
293 <I>USE_OF_AUTHORIZATION: </I> <xsl:value-of select="."/>
294 </xsl:template>
295
296 <xsl:template match="IPC">
297 <BR/>
298 <I>IPC </I>
299 <I> ipc-type: </I><xsl:value-of select="@ipc-type"/>
300 <I> ipc-id: </I><xsl:value-of select="@ipc-id"/>
301 </xsl:template>
302
303 <xsl:template match="IPC_perm">
304 <BR/>
305 <I>IPC_PERM </I>
|
266 <BR/>
267 <xsl:value-of select="."/>
268 </xsl:template>
269
270 <xsl:template match="privilege">
271 <BR/>
272 <I>PRIVILEGE: </I>
273 <I> set-type: </I><xsl:value-of select="@set-type"/>
274 <BR/>
275 <xsl:value-of select="."/>
276 </xsl:template>
277
278 <xsl:template match="use_of_privilege">
279 <BR/>
280 <I>USE_OF_PRIVILEGE: </I>
281 <I> result: </I><xsl:value-of select="@result"/>
282 <BR/>
283 <xsl:value-of select="."/>
284 </xsl:template>
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
294 <xsl:template match="sensitivity_label">
295 <BR/>
296 <I>SENSITIVITY_LABEL: </I> <xsl:value-of select="."/>
297 </xsl:template>
298
299 <xsl:template match="use_of_authorization">
300 <BR/>
301 <I>USE_OF_AUTHORIZATION: </I> <xsl:value-of select="."/>
302 </xsl:template>
303
304 <xsl:template match="IPC">
305 <BR/>
306 <I>IPC </I>
307 <I> ipc-type: </I><xsl:value-of select="@ipc-type"/>
308 <I> ipc-id: </I><xsl:value-of select="@ipc-id"/>
309 </xsl:template>
310
311 <xsl:template match="IPC_perm">
312 <BR/>
313 <I>IPC_PERM </I>
|