OSDN Git Service

* fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't be
authorcorinna <corinna>
Mon, 30 Jul 2007 10:58:16 +0000 (10:58 +0000)
committercorinna <corinna>
Mon, 30 Jul 2007 10:58:16 +0000 (10:58 +0000)
commitb11caeade8e105f9e4ee7e153399ba5cbdfeb022
treefce0af696022b979054baf67f90bef92e4d96df2
parent8b86659699e7daf9490f60d7c710272fcb2f9425
* fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't be
opened for reading the ACLs, fall back to faking them.
* sec_acl.cc (acl_worker): Handle non-existing files.
* security.cc (get_file_attribute): Return ILLEGAL_UID/ILLEGAL_GID
as owner/group for non-readable ACLs on file systems supporting them.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/sec_acl.cc
winsup/cygwin/security.cc