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


Test-AutoBuild documentation  | view source Contained in the Test-AutoBuild distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

AUTHORS

Top

Daniel Berrange <dan@berrange.com>,

COPYRIGHT

Top

SEE ALSO

Top

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


Test-AutoBuild documentation  | view source Contained in the Test-AutoBuild distribution.