#!/bin/sh

if [ $# != 1 ]; then
	echo usage: $0 path
	exit 1
fi

setfattr -n security.simple-flow.trusted -v "wait" $1
