From: L A Walsh <cifs@tlinx.org>
To: Steve French <smfrench@gmail.com>
Cc: Pavel Shilovsky <piastryyy@gmail.com>,
linux-cifs <linux-cifs@vger.kernel.org>
Subject: Re: upcalls seem to have problems with symlinks, junctions et al.
Date: Fri, 22 Feb 2019 12:31:28 -0800 [thread overview]
Message-ID: <5C705C20.6080301@tlinx.org> (raw)
In-Reply-To: <CAH2r5mskDv3ZB8gUpRDN6iPzaZaGeXuN-uHikGvj+5K4epN2Xg@mail.gmail.com>
On 2/21/2019 8:30 PM, Steve French wrote:
> I have wanted to change this code and improve it for a while - one
> thing which is tricky is showing mode bits when no permissions to read
> permissions though,
>
---
How often would it be the case that you could read the content
of a directory, but not be able to read the permissions?
While that can happen on Windows... and not so much on linux
what is the content of the link considered? I.e. where it is pointing?
Is that something that would usually be readable because it is
pointing to the next item in the path and most people have
the privilege to "Bypass Traverse Checking"?
I.e. -- is the access to the path information in a symlink controlled
by read permissions to item content, or is it considered part of the
information needed for Traverse Checking?
I think my issue I had in Feb 2017 had to do with getting
different results depending on the type of the redirect -- junctions,
mountd/vol, and symlink/symlinkd's -- and perhaps that might be
related to how they store store the meta-information? I suppose
there is similar redirect information at a DFS mount point?
Part of what I expect, "as a user", to be available to a remote
user, is based on how things look from a user perspective using the
POSIXish-designed-Cygwin. If I'm signed in with the same
domain-credential (and same SID), remotely, vs. locally, my
expectation is that I should see the same access. That forms my
expectations with CIFS.
next prev parent reply other threads:[~2019-02-22 20:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-19 5:51 regressions & flakiness make for ugly symlink links L A Walsh
2019-02-19 19:46 ` Pavel Shilovsky
2019-02-20 19:48 ` L A Walsh
2019-02-21 23:16 ` Re:upcalls seem to have problems with symlinks, junctions et al L A Walsh
2019-02-22 4:30 ` upcalls " Steve French
2019-02-22 9:56 ` L. A. Walsh
2019-02-22 20:31 ` L A Walsh [this message]
2019-02-27 8:54 ` L A Walsh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5C705C20.6080301@tlinx.org \
--to=cifs@tlinx.org \
--cc=linux-cifs@vger.kernel.org \
--cc=piastryyy@gmail.com \
--cc=smfrench@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.