DEVEL15-windows-unix-mode-bit-enforcement-20070102
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 3 Jan 2007 00:47:40 +0000 (00:47 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 3 Jan 2007 00:47:40 +0000 (00:47 +0000)
commit3f3b646ddd1ad92eddb59414ec96bf1ed388d062
treeaf6a2a1e37e5fe9310fd9987e6326156f3643adb
parent33e64e44aa401dba855c41f452ea695fbf0e56a7
DEVEL15-windows-unix-mode-bit-enforcement-20070102

When the Unix mode bits do not include the write bit (0200), then the
file is reported to Windows as read-only.  This also prevents the
acquisition of write-locks.  It should also prevent deletion but the
code in cm_HaveAccessRights() did not remove the PRSFS_DELETE privilege
from the reported rights.

(cherry picked from commit 56d5e6970d27a5c99c04b105481bcf1d1bc3db1e)
src/WINNT/afsd/cm_access.c