diff options
Diffstat (limited to 'lib/Sbuild/Conf.pm')
-rw-r--r-- | lib/Sbuild/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Sbuild/Conf.pm b/lib/Sbuild/Conf.pm index 77e3db3..d0e3f6f 100644 --- a/lib/Sbuild/Conf.pm +++ b/lib/Sbuild/Conf.pm @@ -295,6 +295,14 @@ sub setup ($) { HELP => 'Bind mount directories from the outside to a mountpoint inside the chroot in unshare mode.', EXAMPLE => '$unshare_bind_mounts = [ { directory => "/home/path/outside", mountpoint => "/path/inside" } ];' }, + 'ENABLE_NETWORK' => { + TYPE => 'STRING', + VARNAME => 'enable_network', + GROUP => 'Build options', + DEFAULT => 0, + HELP => 'By default network access is blocked during build (only implemented for the unshare mode). This lifts the restriction.', + CLI_OPTIONS => ['--enable-network'] + }, 'AUTOPKGTEST_VIRT_SERVER' => { TYPE => 'STRING', VARNAME => 'autopkgtest_virt_server', |