From: William Orr <will@worrbase.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Implement fchmodat4 system call
Date: Sun, 10 May 2015 19:07:20 -0700 [thread overview]
Message-ID: <1431310042-52247-1-git-send-email-will@worrbase.com> (raw)
Hey,
Currently, Linux's fchmodat(2) doesn't honor the flags argument. To bring it
more in-line with POSIX and other implementations, this patch adds fchmodat4,
which honors the flags argument, and implements the same flags as fchownat(2).
This makes it possible to chmod a file without following symlinks, without
having to call open(2) on a file with O_NOFOLLOW. This is heavily based off
of Andrew Ayer's work in 2012, and is sent with his permission. Let me know
if this can be applied.
Please CC me, since I'm not subscribed to this list.
Thanks,
William Orr
next reply other threads:[~2015-05-11 2:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 2:07 William Orr [this message]
2015-05-11 2:07 ` [PATCH 1/2] Implement fchmodat4 syscall William Orr
2015-05-12 8:48 ` Michael Kerrisk
2015-05-11 2:07 ` [PATCH 2/2] Define syscall number for fchmodat4 William Orr
2015-05-12 8:49 ` Michael Kerrisk
2015-05-12 8:48 ` [PATCH] Implement fchmodat4 system call Michael Kerrisk
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=1431310042-52247-1-git-send-email-will@worrbase.com \
--to=will@worrbase.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®