audit-fetchacl-20050813
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 14 Aug 2005 03:10:07 +0000 (03:10 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 14 Aug 2005 03:10:07 +0000 (03:10 +0000)
Include the ACL value in the FetchACL logging.  This combined with
StoreACL can be used to compute ACL changes.

src/viced/afsfileprocs.c

index 83075b8..84e4f31 100644 (file)
@@ -2441,7 +2441,8 @@ SRXAFS_FetchACL(struct rx_call * acall, struct AFSFid * Fid,
 
     osi_auditU(acall, FetchACLEvent, errorCode, 
                AUD_ID, t_client ? t_client->ViceId : 0,
-               AUD_FID, Fid, AUD_END);
+               AUD_FID, Fid, 
+               AUD_ACL, AccessList->AFSOpaque_val, AUD_END);
     return errorCode;
 }                              /*SRXAFS_FetchACL */