Files
fakeid/fakeid

6 lines
93 B
Bash
Executable File

#!/bin/bash
USER="$1"
shift
LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so exec "$@"