]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-audit-fetchacl-20050813
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 14 Aug 2005 03:11:38 +0000 (03:11 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 14 Aug 2005 03:11:38 +0000 (03:11 +0000)
Include the ACL value in the FetchACL logging.  This combined with
StoreACL can be used to compute ACL changes.

(cherry picked from commit 50c5210a25d34bfc8cf027ccfb098460268911c8)

src/viced/afsfileprocs.c

index 83075b8b5c8580f4ee36c5ac20335d372d81dbfc..84e4f313dec9f81a498141ed4d642f0f7850c370 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 */