* security.cc (get_file_sd): Fix comment.
This commit is contained in:
parent
8c1f7cf707
commit
3fe31f2633
|
@ -1,3 +1,7 @@
|
|||
2011-07-05 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* security.cc (get_file_sd): Fix comment.
|
||||
|
||||
2011-07-05 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.cc (fhandler_base::open): Never create files with WRITE_DAC
|
||||
|
|
|
@ -117,7 +117,7 @@ get_file_sd (HANDLE fh, path_conv &pc, security_descriptor &sd,
|
|||
directories' SD used NtQuerySecurityObject, rather than GetSecurityInfo
|
||||
as well. See http://cygwin.com/ml/cygwin-developers/2011-03/msg00027.html
|
||||
for the solution. This problem does not occur with the below code, so
|
||||
the workaround could be removed. */
|
||||
the workaround has been removed. */
|
||||
if (justcreated)
|
||||
{
|
||||
SECURITY_DESCRIPTOR_CONTROL ctrl;
|
||||
|
|
Loading…
Reference in New Issue