From: Jeffrey Altman Date: Sun, 14 Aug 2005 03:11:38 +0000 (+0000) Subject: STABLE14-audit-fetchacl-20050813 X-Git-Tag: openafs-stable-1_4_0-rc1~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0e6c7604901d0625196cf2dcbd54d8e4ba05291c;p=packages%2Fo%2Fopenafs.git STABLE14-audit-fetchacl-20050813 Include the ACL value in the FetchACL logging. This combined with StoreACL can be used to compute ACL changes. (cherry picked from commit 50c5210a25d34bfc8cf027ccfb098460268911c8) --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 83075b8b5..84e4f313d 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -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 */