#!/bin/sh

. ./test-functions

echo -n "Tainted getxattr test:		"
_ping=$(copy ping)
( # Sub-shell so as not to taint the test process.
	IGNORE=`getfattr -n security.simple-flow.confidential confidential`
        test_evil_bit $_ping -c 1 8.8.8.8
)
rm -f $_ping
