diff options
author | ashok <ashok> | 2016-07-09 11:13:48 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-07-09 11:13:48 (GMT) |
commit | d6ae741f7f6ad171b2cc543a32163aed833dd81c (patch) | |
tree | 3d67e6cc20a391098bb98a6f2cf76e850dc861e0 /doc/file.n | |
parent | 48e3873f199817b52d54a4d802966b508917d200 (diff) | |
download | tcl-d6ae741f7f6ad171b2cc543a32163aed833dd81c.zip tcl-d6ae741f7f6ad171b2cc543a32163aed833dd81c.tar.gz tcl-d6ae741f7f6ad171b2cc543a32163aed833dd81c.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 |