Home
last modified time | relevance | path

Searched refs:NEW_USER (Results 1 – 1 of 1) sorted by relevance

/external/AFLplusplus/utils/asan_cgroups/
Dlimit_memory.sh33 unset NEW_USER
41 NEW_USER="$OPTARG"
65 if [ "$TARGET_BIN" = "" -o "$NEW_USER" = "" ]; then
116 if ! id -u "$NEW_USER" 2>/dev/null 1>&2; then
117 echo "[-] Error: user '$NEW_USER' does not seem to exist." 1>&2
124 CID="afl-$NEW_USER-$$"
130 cgcreate -a "$NEW_USER" -g memory:"$CID" || exit 1
155 cgexec -g "memory:$CID" su -c "$*" "$NEW_USER"