1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
=head1 NAME
newnet - launch a command in a new PID and network namespace
=head1 SYNOPSIS
B<newnet> I<command>
=head1 DESCRIPTION
B<newnet> is a wrapper around B<newpid -inu> for use in situations where only a
simple executable without options can be used, e.g. in B<sbuild>'s
B<$build_env_cmnd> setting.
=head1 OPTIONS
None.
=head1 EXAMPLE
.sbuildrc:
$build_env_cmnd = 'newnet';
1;
=head1 SEE ALSO
newpid(1).
=head1 AUTHOR
Christoph Berg <myon@debian.org>
|