From 2f04ea0952858ba6b4558ea2a6d1c61639dbc120 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Fri, 26 May 2023 11:11:32 +0200 Subject: [PATCH] Replace the shell process with actual program --- fakeid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fakeid b/fakeid index dd4f3ca..1f74c3a 100755 --- a/fakeid +++ b/fakeid @@ -2,4 +2,4 @@ USER="$1" shift -LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so "$@" +LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so exec "$@"