> On Sep 15, 2019, at 1:17 PM, Mouse <mo...@rodents-montreal.org> wrote:
> 
> [top-posting damage repaired manually]
>>> If you can get a file desriptor to a symlink, it will work; I don't
>>> think that we have a way to do this now.
>> FYI - XNU has O_SYMLINK for this.
> 
> What operations does it support on fds open onto symlinks?

fstat(), fchflags(), etc.  I don't recall if read() is allowed, but I'm pretty 
sure write() is not.

-- thorpej

Reply via email to