commit: 36f868cfff93be9260d76ba7cf9f5cf1d8193f46 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 11:12:09 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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.
