aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-21 12:16:55 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-21 12:16:55 -0400
commit44ca5fb71633b9199971299268e34baa36de3d93 (patch)
treebb7d9bc29e9b8fb9f0bf76388c67c8f482d80726 /README.md
parentlibsandbox: switch tracing from signal handler to waitpid (diff)
downloadsandbox-44ca5fb71633b9199971299268e34baa36de3d93.tar.gz
sandbox-44ca5fb71633b9199971299268e34baa36de3d93.tar.bz2
sandbox-44ca5fb71633b9199971299268e34baa36de3d93.zip
libsandbox: enable exitkill containmentv2.26
If the ptrace code crashes/aborts for any reason, don't let the tracee leak out. No one will be expecting this, and it could lead to zombie processes hanging around. This option is new to Linux 3.8. We could code this so that it would fallback automatically to older versions of Linux, but with 3.8 being released in 2013, doesn't seem like we need to support anyone that old. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf15128..087ff31 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,6 @@ It requires:
* s390 (32-bit & 64-bit)
* x86 (32-bit & 64-bit & x32)
* Operating system
- * [Linux](https://kernel.org/) 2.6.20+
+ * [Linux](https://kernel.org/) 3.8+
* C library
* They all should work!