Follow symlinks in MS-Windows emulations of ACL functions.
commit474d441e121b783a81e226042518b1c68e90fc2a
authorEli Zaretskii <eliz@gnu.org>
Tue, 18 Dec 2012 19:05:56 +0000 (18 21:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 18 Dec 2012 19:05:56 +0000 (18 21:05 +0200)
tree7e97a7f086d74d0adbe2854b463ba178d67623f2
parente0d01ef3f862544762cf045a0524bdd062b98f6f
Follow symlinks in MS-Windows emulations of ACL functions.

 src/w32.c (acl_get_file, acl_set_file): Run the file name through
 map_w32_filename, and resolve any symlinks in the file name, like
 Posix platforms do.
 (acl_set_file): Call revert_to_self, if any privileges were
 enabled.
src/ChangeLog
src/w32.c