#!/bin/sh

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

setfattr -n security.simple-flow.confidential -v "never" $1
