Replace the shell process with actual program

This commit is contained in:
2023-05-26 11:11:32 +02:00
parent 642f8fdfdb
commit 2f04ea0952

2
fakeid
View File

@@ -2,4 +2,4 @@
USER="$1" USER="$1"
shift shift
LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so "$@" LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so exec "$@"