Searched refs:NEW_USER (Results 1 – 1 of 1) sorted by relevance
33 unset NEW_USER41 NEW_USER="$OPTARG"65 if [ "$TARGET_BIN" = "" -o "$NEW_USER" = "" ]; then116 if ! id -u "$NEW_USER" 2>/dev/null 1>&2; then117 echo "[-] Error: user '$NEW_USER' does not seem to exist." 1>&2124 CID="afl-$NEW_USER-$$"130 cgcreate -a "$NEW_USER" -g memory:"$CID" || exit 1155 cgexec -g "memory:$CID" su -c "$*" "$NEW_USER"