From 4542dfad9d493f42e8b9c1c2b2da476f0e7ff815 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 4 Oct 2017 19:04:51 +0100 Subject: Add an option to disable netns --- iurt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'iurt') diff --git a/iurt b/iurt index bca67a4..17fa536 100755 --- a/iurt +++ b/iurt @@ -501,6 +501,10 @@ my %config_usage = ( desc => 'Enabled icecream usage and uses N procs', default => 0 }, + use_netns => { + desc => 'Create a separate network namespace for each chroot to prevent builds from accessing the network', + default => 1 + }, ); if ($run{config_usage}) { -- cgit v1.2.1