From a11c98438bba8cf5c9670d822ca83c0b2de6d2d2 Mon Sep 17 00:00:00 2001 From: ps3120 <32280131+ps3120@users.noreply.github.com> Date: Fri, 30 May 2025 20:15:14 +0200 Subject: [PATCH] Update lapse.mjs --- lapse.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lapse.mjs b/lapse.mjs index 7f571eb..03d4ef3 100644 --- a/lapse.mjs +++ b/lapse.mjs @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 anonymous +F/* Copyright (C) 2025 anonymous This file is part of PSFree. PSFree is free software: you can redistribute it and/or modify @@ -1702,8 +1702,6 @@ export async function kexploit() { return new Promise(() => {}); } - - // If setuid is successful, we dont need to run the kexploit again try { chain.sys('setuid', 0); }