[xorg-docs PATCH 2/2] The auditing hooks use the XaceAuditRec struct

Andrew Eikum aeikum at codeweavers.com
Thu Jul 16 06:49:12 PDT 2015


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

---

Just a typo fix.

 specs/Xserver/XACE-Spec.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/specs/Xserver/XACE-Spec.xml b/specs/Xserver/XACE-Spec.xml
index a416444..07f3166 100644
--- a/specs/Xserver/XACE-Spec.xml
+++ b/specs/Xserver/XACE-Spec.xml
@@ -1036,7 +1036,7 @@
 
 	<section id="audit_avail_hook">
 	  <title>Auditing Hooks</title>
-	  <para>Two hooks provide basic auditing support.  The begin hook is called immediately before an incoming client request is dispatched and before the dispatch hook is called (refer to <xref linkend="core_dispatch_hook"/>).  The end hook is called immediately after the processing of the request has finished.  The hook argument is a pointer to a structure of type <type>XaceKeyAvailRec</type>.  This structure contains a
+	  <para>Two hooks provide basic auditing support.  The begin hook is called immediately before an incoming client request is dispatched and before the dispatch hook is called (refer to <xref linkend="core_dispatch_hook"/>).  The end hook is called immediately after the processing of the request has finished.  The hook argument is a pointer to a structure of type <type>XaceAuditRec</type>.  This structure contains a
 	  <structfield>client</structfield> field of type <type>ClientPtr</type>,
 	  and a <structfield>requestResult</structfield> field of type <type>int</type>.</para>
 	  <para>The <structfield>client</structfield> field refers to client making the request.</para>
-- 
2.4.5



More information about the xorg-devel mailing list