diff options
author | ashok <ashok> | 2016-07-09 11:13:48 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-07-09 11:13:48 (GMT) |
commit | 673b7ecc2109080c1d8ab85bede83600d5dfff1e (patch) | |
tree | 3d67e6cc20a391098bb98a6f2cf76e850dc861e0 /doc/file.n | |
parent | 8435bb9d68cdb26190ded1caca280eaac0314444 (diff) | |
download | tcl-673b7ecc2109080c1d8ab85bede83600d5dfff1e.zip tcl-673b7ecc2109080c1d8ab85bede83600d5dfff1e.tar.gz tcl-673b7ecc2109080c1d8ab85bede83600d5dfff1e.tar.bz2 |
Bugfix [3613671]. file owned implementation for Windows.
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -484,10 +484,9 @@ not the effective ones. .TP \fBWindows\fR\0\0\0\0 . -The \fBfile owned\fR subcommand currently always reports that the current user -is the owner of the file, without regard for what the operating system -believes to be true, making an ownership test useless. This issue (#3613671) -may be fixed in a future release of Tcl. +The \fBfile owned\fR subcommand uses the user identifier (SID) of +the process token, not the thread token which may be impersonating +some other user. .SH EXAMPLES .PP This procedure shows how to search for C files in a given directory |