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 483A41382C5 for ; Sat, 27 Mar 2021 11:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 963B4E078A; Sat, 27 Mar 2021 11:45:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F218E078A for ; Sat, 27 Mar 2021 11:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8703233BEFE for ; Sat, 27 Mar 2021 11:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC48A5B4 for ; Sat, 27 Mar 2021 11:45:38 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1616843529.36f868cfff93be9260d76ba7cf9f5cf1d8193f46.slyfox@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: / X-VCS-Repository: proj/sandbox X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 36f868cfff93be9260d76ba7cf9f5cf1d8193f46 X-VCS-Branch: master Date: Sat, 27 Mar 2021 11:45:38 +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: 5e783c16-2853-46ba-ad48-f74b3eb27972 X-Archives-Hash: a706db05b044ae84b696dafca5b26106 commit: 36f868cfff93be9260d76ba7cf9f5cf1d8193f46 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 27 11:12:09 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 27 11:12:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=36f868cf README: mention ptrace() Signed-off-by: Sergei Trofimovich gentoo.org> README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 1bbc6e6..e92b429 100644 --- a/README +++ b/README @@ -26,3 +26,6 @@ we'll check the arguments against the environment settings. Based on that, any access that is not permitted is logged and we return an error to the application. Any access that is permitted is of course forwarded along to the real C library. + +In case of static ELF binary sandbox traces eecuted binary with ptrace() system +call.