all:
	# must succeess
	sandbox-exec -f radare2.sb /usr/bin/r2 /bin/ls
	# must fail
	sandbox-exec -f radare2.sb /usr/bin/r2 /bin/md5
