Adam Megacz wrote:
> Does anybody know why this is in afsfileprocs.c?  It doesn't appear to
> be UNIX file semantics.
> 
>   /*
>    * The check with the ownership below is a kludge to allow
>    * reading of files created with no read permission. The owner
>    * of the file is always allowed to read it.
>    */
>   if ((client->ViceId != targetptr->disk.owner)
>       && VanillaUser(client))
>       errorCode =
>           (((OWNERREAD | OWNEREXEC) & targetptr->disk.
>             modeBits) ? 0 : EACCES);

Insert privilege


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to