mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
To: Rich Felker <dalias@libc.org>
Cc: Paul Eggert <eggert@cs.ucla.edu>,
	  Gnulib bugs <bug-gnulib@gnu.org>,
	musl@lists.openwall.com,  39236@debbugs.gnu.org
Subject: Re: bug#39236: [musl] coreutils cp mishandles error return from lchmod
Date: Wed, 12 Feb 2020 20:13:38 +0100	[thread overview]
Message-ID: <87h7zvmxel.fsf@mid.deneb.enyo.de> (raw)
In-Reply-To: <20200212190742.GZ1663@brightrain.aerifal.cx> (Rich Felker's message of "Wed, 12 Feb 2020 14:07:42 -0500")

* Rich Felker:

> Note that in any case, musl's lchmod/fchmodat is not affected since it
> always refuses to change symlink modes; I did this because I was
> worried that chmod on the magic symlink in /proc might pass through
> not just to the symlink it refers to, but to the symlink target if one
> exists. With current kernel versions it seems that does not happen; is
> it safe to assume it doesn't?

I saw it happen with sshfs over FUSE. 8-/

Yet another reason to put in a check before performing the chmod.

> Further, I've found some inconsistent behavior with ext4: chmod on the
> magic symlink fails with EOPNOTSUPP as in Florian's test, but fchmod
> on the O_PATH fd succeeds and changes the symlink mode. This is with
> 5.4. Cany anyone else confirm this? Is it a problem?

Interesting. Let me update the other thread.

  reply	other threads:[~2020-02-12 19:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22 14:15 Rich Felker
2020-01-22 14:34 ` Florian Weimer
2020-01-22 14:42   ` Rich Felker
2020-01-22 15:08     ` Florian Weimer
2020-01-22 15:15       ` Rich Felker
2020-01-22 15:32         ` Florian Weimer
2020-01-22 16:07           ` Rich Felker
2020-01-22 16:19             ` Florian Weimer
2020-01-22 17:15               ` Rich Felker
2020-01-22 20:48                 ` Florian Weimer
2020-01-22 20:56                   ` Rich Felker
2020-01-22 21:05                     ` Florian Weimer
2020-01-22 21:55       ` bug#39236: " Paul Eggert
2020-01-22 22:05         ` Rich Felker
2020-02-08  0:37           ` Paul Eggert
2020-02-12 11:50             ` Florian Weimer
2020-02-12 13:05               ` Rich Felker
2020-02-12 19:07                 ` Rich Felker
2020-02-12 19:13                   ` Florian Weimer [this message]
2020-02-12 19:59                   ` A. Wilcox
2020-02-12 20:56                     ` Rich Felker

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=87h7zvmxel.fsf@mid.deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    --cc=39236@debbugs.gnu.org \
    --cc=bug-gnulib@gnu.org \
    --cc=dalias@libc.org \
    --cc=eggert@cs.ucla.edu \
    --cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).