From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90DF9158086 for ; Fri, 22 Oct 2021 17:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B239DE087E; Fri, 22 Oct 2021 17:49:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97624E087E for ; Fri, 22 Oct 2021 17:49:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FF113433E6 for ; Fri, 22 Oct 2021 17:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCCBA132 for ; Fri, 22 Oct 2021 17:49:18 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1634924939.36be21eb2eeb06fd9723798a72b51d2d517bed4f.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: / X-VCS-Repository: proj/sandbox X-VCS-Files: TODO X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 36be21eb2eeb06fd9723798a72b51d2d517bed4f X-VCS-Branch: master Date: Fri, 22 Oct 2021 17:49:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db9a2d4c-51eb-4fd9-a58f-29b2245c8695 X-Archives-Hash: c7d6afcef7333a78fc90f0d8c51693d3 commit: 36be21eb2eeb06fd9723798a72b51d2d517bed4f Author: Mike Frysinger gentoo org> AuthorDate: Fri Oct 22 17:48:45 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Oct 22 17:48:59 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=36be21eb TODO: add more work! Signed-off-by: Mike Frysinger gentoo.org> TODO | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/TODO b/TODO index c8d1109..6b3df5a 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,26 @@ review erealpath vs realpath usage wrappers for execl{,l,p} ... unfortunately, we'll probably have to basically reimplement the functions (building up argv[] and then call the execv* ver) +wrappers for open funcs: + - freopen + - freopen64 + - name_to_handle_at + - open_by_handle_at + - __open + - __open64 + +wrappers for 64-bit time funcs +https://bugs.gentoo.org/751241 + +wrappers for syscalls that modify non-filesystem resources ? +how would we `addpredict` these ? +is it worth checking for these in the first place ? unittests sometimes do +terrible things to systems. + - clock_settime + - create_module + - setdomainname + - settimeofday + erealpath() might deref symlinks when working with unreadable paths as non-root even when working on funcs that do not deref funcs themselves ... this isnt a real big issue though