NAME

Test::AutoBuild::Command::SELocal - A locally executed command with mandatory access control

SYNOPSIS

use Test::AutoBuild::Command::SELocal;

my $cmd = Test::AutoBuild::Command::SELocal->new(cmd => \@cmd, dir => $path);

# Execute the command
my $status = $counter->run($stdout, $stderr)

METHODS

AUTHORS

Daniel Berrange <dan@berrange.com>,

COPYRIGHT

Copyright (C) 2007 Daniel Berrange

SEE ALSO

perl(1), Test::AutoBuild, Test::AutoBuild::Runtime, Test::AutoBuild::Command