aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-03-27 11:12:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-03-27 11:12:09 +0000
commit36f868cfff93be9260d76ba7cf9f5cf1d8193f46 (patch)
treeefb1bb55dccdb3b77b55f7a7fe356bb6493599f4
parentm4: pull missing ax_*.m4 files (diff)
downloadsandbox-36f868cfff93be9260d76ba7cf9f5cf1d8193f46.tar.gz
sandbox-36f868cfff93be9260d76ba7cf9f5cf1d8193f46.tar.bz2
sandbox-36f868cfff93be9260d76ba7cf9f5cf1d8193f46.zip
README: mention ptrace()
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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.