#!/bin/sh
# DF-1065 run: requires /dev/video0 (UVC camera + uvc.ko). Not runnable on this guest.
# On a HW-equipped host: ./poc_uvc_uaf  as any local user (/dev/videoN is 0666).
set -e
cd "$(dirname "$0")"
./poc_uvc_uaf
