From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6773867203010756608 X-Received: by 2002:a2e:8944:: with SMTP id b4mr9006263ljk.90.1580247377131; Tue, 28 Jan 2020 13:36:17 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8790:: with SMTP id n16ls3063995lji.7.gmail; Tue, 28 Jan 2020 13:36:16 -0800 (PST) X-Google-Smtp-Source: APXvYqxJ+t8P9dmY1+sPAvWvYUpdm9i/eyCXQ0K+NUYyi7dluyT3iGkN8mdLGD1oLL7YV3n2c/07 X-Received: by 2002:a2e:981a:: with SMTP id a26mr6313854ljj.82.1580247376119; Tue, 28 Jan 2020 13:36:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580247376; cv=none; d=google.com; s=arc-20160816; b=dvvAHV9G0/you1RiT4OLjSZRE1qCU4QYFJgitpHwlnO1i0+MRAZQLcoigHB+VnAsEw TZ/ol/dzUpLz47q0YT+Ne1oZOQXDjYU/e1/Dp8gSEzCTmOzRw8lBu1U7abhhpke1jTtC kxJC9zBO7FQitFPiEgB3pjLlMvGv4AaHrgGH3XYIimPbZ+ITdDnghl/sTBvLwr2OBpK0 Sp8CYNx2OidGCVDLaF8ZO6Ldhlq5uEWnZGaMrf/t5Hf9mEMX1toXVTa7rZ2CL38KFoPT UHVkFkoFB4aoZUgGPQlTtqIAiMnTHE9jcigYa40Sbm8AO9B1XOnflKht/jrkROc9x8oh JX6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=pojtkTlwVOpS2hedfs+mQR+kXJYr9xkdSnFre8wBA34=; b=eGboV0s1zGSVJ9kiZz/WQNAmeLdjUH7bH1NllS/eByzXQO0Ckq4VS1eztysXvX52ZV 1XXzcIB4qH/LkH4UejK7rBLBNCbJdbkuUrHtesUhU1/WsqL4JN7FT0hJ5uJsqhbsGuHt QbWBPMYtZAD6yy7nDhg8qBw57KjQLcCZ++sVpxLAkX9cKNQniPNGCdJzsL1Fgwq8L+Zh Kwec1Il87tL04BAzdjTJVTjvvY76Uo0LALhQ2eWIhOC9LVeDFadW1Pjj3Da4EFqssrzA 0RN4DjRaLkIht5Zxclon/muI/W6CuiWCpxWOPEi6Ay8aQzc7wIaTj4wjwC34+LaCOr/e 8J7g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id b10si1232lfi.1.2020.01.28.13.36.15 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Jan 2020 13:36:15 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-088-073-133-141.088.073.pools.vodafone-ip.de [88.73.133.141]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 00SLa8el015892 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 28 Jan 2020 22:36:15 +0100 Date: Tue, 28 Jan 2020 22:36:03 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] isar-bootstrap: Remove unwanted sudo calls Message-ID: <20200128213603.knzef2o4t3hu27d7@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20191224050412.17234-1-Vijaikumar_Kangarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191224050412.17234-1-Vijaikumar_Kangarajan@mentor.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: AnnMESPBNDiN On Tue, Dec 24, 2019 at 10:34:12AM +0530, vijaikumar.kanagarajan@gmail.com wrote: > Remove unwanted sudo calls inside > |sudo -E -s <<'EOSUDO' > |... > |EOSUDO I agree those are superfluous, so I've applied that to next, thanks. That said, I'd personally go the opposite way, prepending every command with sudo, to prevent a non-sudo command from being inserted in the middle of the sudo block. With kind regards, Baurzhan.