From ae756326b272c25aafe65256beaea1edd8843abc Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Thu, 7 May 2026 21:52:13 +0200 Subject: [PATCH] run.sh is not executable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3c3914..43ebde8 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Bug: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=f ## Run - ./run.sh # install + drop into root shell - ./run.sh --clean # revert /etc/passwd via the same primitive + sh ./run.sh # install + drop into root shell + sh ./run.sh --clean # revert /etc/passwd via the same primitive Adds passwordless uid-0 user `sick` to `/etc/passwd`, then `exec su - sick`. PAM `nullok` accepts the empty password silently — no input needed. The