[ARVADOS] updated: 2.1.0-2460-gc78c7272f

Git user git at public.arvados.org
Mon May 16 19:15:25 UTC 2022


Summary of changes:
 lib/install/deps.go | 5 -----
 1 file changed, 5 deletions(-)

       via  c78c7272f9ab77297fbb4e521ab09fe9560754fe (commit)
      from  554dc3c84338223df363a05a215919f7af90fc6a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c78c7272f9ab77297fbb4e521ab09fe9560754fe
Author: Tom Clegg <tom at curii.com>
Date:   Mon May 16 15:15:12 2022 -0400

    19099: Remove unused singularity network permission setup.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index 0d4fe7e9d..d9a0b69ef 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -338,14 +338,9 @@ make -C ./builddir install
 			}
 		}
 
-		// Allow users in the "sudo" group to use
-		// --network=bridge without --fakeroot. (Currently
-		// tests use --fakeroot anyway.)
 		err = inst.runBash(`
 install /usr/bin/nsenter /var/lib/arvados/bin/nsenter
 setcap "cap_sys_admin+pei cap_sys_chroot+pei" /var/lib/arvados/bin/nsenter
-/var/lib/arvados/bin/singularity config global --set 'allow net networks' bridge
-/var/lib/arvados/bin/singularity config global --set 'allow net groups' sudo
 `, stdout, stderr)
 		if err != nil {
 			return 1

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list