From 9b63ec96c509a07ba37153418549d599cf8efe48 Mon Sep 17 00:00:00 2001 From: Ilari Suhonen Date: Sat, 18 Feb 2023 16:01:25 +0200 Subject: [PATCH] fix(readme): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 845c6de..4070dcb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ traditional methods of JVM privilege escalation do not work. ## Requirements - The running JVM must be capable of **[instrumentation](https://docs.oracle.com/en/java/javase/17/docs/api/java.instrument/java/lang/instrument/package-summary.html)** - The filesystem must be capable of creating temporary directories and files in them - for Tuli can actually write and load its agent + for Tuli to actually write and load its agent - The Java process must have sufficient privileges to spawn at least one other Java process with the same executable file as the initial process - Java 17+