From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADC8BC5B578 for ; Fri, 28 Jun 2019 23:27:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 842162083B for ; Fri, 28 Jun 2019 23:27:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726731AbfF1X13 (ORCPT ); Fri, 28 Jun 2019 19:27:29 -0400 Received: from linux.microsoft.com ([13.77.154.182]:53018 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726643AbfF1X13 (ORCPT ); Fri, 28 Jun 2019 19:27:29 -0400 Received: by linux.microsoft.com (Postfix, from userid 1029) id 07D5F2007697; Fri, 28 Jun 2019 16:27:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by linux.microsoft.com (Postfix) with ESMTP id DD9873007AB2; Fri, 28 Jun 2019 16:27:28 -0700 (PDT) Date: Fri, 28 Jun 2019 16:27:28 -0700 (PDT) From: Jaskaran Singh Khurana X-X-Sender: jaskarankhurana@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net To: Eric Biggers cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-fsdevel@vger.kernel.org, agk@redhat.com, snitzer@redhat.com, dm-devel@redhat.com, jmorris@namei.org, scottsh@microsoft.com, mpatocka@redhat.com, gmazyland@gmail.com Subject: Re: [RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation. In-Reply-To: <20190628203450.GD103946@gmail.com> Message-ID: References: <20190619191048.20365-1-jaskarankhurana@linux.microsoft.com> <20190628040041.GB673@sol.localdomain> <20190628203450.GD103946@gmail.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hello Eric, On Fri, 28 Jun 2019, Eric Biggers wrote: >> In a datacenter like environment, this will protect the system from below >> attacks: >> >> 1.Prevents attacker from deploying scripts that run arbitrary executables on the system. >> 2.Prevents physically present malicious admin to run arbitrary code on the >> machine. >> >> Regards, >> Jaskaran > > So you are trying to protect against people who already have a root shell? > > Can't they just e.g. run /usr/bin/python and type in some Python code? > > Or run /usr/bin/curl and upload all your secret data to their server. > > - Eric > You are correct, it would not be feasible for a general purpose distro, but for embedded systems and other cases where there is a more tightly locked-down system. Regards, Jaskaran.