From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sandbox:master commit in: libsandbox/
Date: Tue, 14 Jan 2025 04:38:21 +0000 (UTC) [thread overview]
Message-ID: <1734894776.f5e8e2bf0d7a70618e3625a0fa92df007d0012fb.floppym@gentoo> (raw)
Message-ID: <20250114043821.IFs766J7tK8r8pwgSM0OUG_h8HLmlaHDTMDQe7nttyc@z> (raw)
commit: f5e8e2bf0d7a70618e3625a0fa92df007d0012fb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 18:59:28 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 19:12:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f5e8e2bf
Restore exception for NULL path for utimensat
glibc rejects with EINVAL, but the kernel accepts it. We should do
access checks in case we are in ptrace mode.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
(cherry picked from commit 6592e08cac452d580e0146f7de3c53a8cb51c933)
libsandbox/libsandbox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c
index ee0a07c..c9b4e72 100644
--- a/libsandbox/libsandbox.c
+++ b/libsandbox/libsandbox.c
@@ -1080,7 +1080,7 @@ bool before_syscall(int dirfd, int sb_nr, const char *func, const char *file, in
if (file == NULL) {
/* futimesat treats dirfd as the target when file is NULL */
- if (sb_nr != SB_NR_FUTIMESAT)
+ if (sb_nr != SB_NR_FUTIMESAT && sb_nr != SB_NR_UTIMENSAT)
return true; /* let the kernel reject this */
}
else if (file[0] == '\0') {
next reply other threads:[~2025-01-14 4:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 19:19 Mike Gilbert [this message]
2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master commit in: libsandbox/ Mike Gilbert
-- strict thread matches above, loose matches on Subject: below --
2025-01-08 2:12 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert
2024-12-22 19:19 Mike Gilbert
2024-12-22 3:49 Mike Gilbert
2024-11-04 19:15 Mike Gilbert
2024-01-27 18:05 Mike Gilbert
2024-01-22 21:41 Mike Gilbert
2023-08-06 0:40 Mike Gilbert
2023-08-06 0:40 Mike Gilbert
2023-08-06 0:40 Mike Gilbert
2023-08-06 0:40 Mike Gilbert
2023-08-04 0:27 Mike Gilbert
2023-08-01 14:15 Mike Gilbert
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=1734894776.f5e8e2bf0d7a70618e3625a0fa92df007d0012fb.floppym@gentoo \
--to=floppym@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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